Searched refs:should_insert_may_alias_macro (Results 1 – 2 of 2) sorted by relevance
885 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, …
228 def should_insert_may_alias_macro(self, genOpts): member in ConventionsBase