Home
last modified time | relevance | path

Searched refs:should_insert_may_alias_macro (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dgenerator.py885 self.should_insert_may_alias_macro = \
886 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
1098 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1148 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconventions.py228 def should_insert_may_alias_macro(self, genOpts): member in ConventionsBase