Searched refs:should_insert_may_alias_macro (Results 1 – 4 of 4) sorted by relevance
916 self.should_insert_may_alias_macro = \917 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)1127 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …1177 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
262 def should_insert_may_alias_macro(self, genOpts): member in ConventionsBase