Home
last modified time | relevance | path

Searched refs:is_implicit (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Devents.py73 if not typ.is_implicit():
134 if not arg_type.is_implicit():
H A Dtypes.py186 if not base.is_implicit():
192 if not base.is_implicit():
361 if base and not base.is_implicit():
H A Dschema.py160 def is_implicit(self) -> bool: member in QAPISchemaDefinition
359 if self.is_implicit():
443 def is_implicit(self) -> bool: member in QAPISchemaEnumType
493 def is_implicit(self) -> bool: member in QAPISchemaArrayType
604 if self.base and self.base.is_implicit():
609 def is_implicit(self) -> bool: member in QAPISchemaObjectType
625 assert not self.is_implicit()
770 if not base_type.is_implicit():
1059 if self.arg_type and self.arg_type.is_implicit():
1115 if self.arg_type and self.arg_type.is_implicit():
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py189 assert not v.type.is_implicit()
228 if arg_type and not arg_type.is_implicit():
326 if base and base.is_implicit():
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h384 bool is_implicit; member
H A Dvmwgfx_ldu.c459 ldu->base.is_implicit = true; in vmw_ldu_init()
H A Dvmwgfx_scrn.c836 sou->base.is_implicit = false; in vmw_sou_init()
H A Dvmwgfx_stdu.c1568 stdu->base.is_implicit = false; in vmw_stdu_init()
H A Dvmwgfx_kms.c1815 if (!du->is_implicit) in vmw_kms_check_implicit()