Searched refs:full_xcode (Results 1 – 1 of 1) sorted by relevance
2393 f"{newl_ind}&& ".join(child.full_xcode() for child in self.value),2405 [self.value[0].full_xcode(union_int)]2406 + [child.full_xcode() for child in self.value[1:]])2417 child.full_xcode(union_int="DROP"))2429 (child.full_xcode(2448 [child.full_xcode() for child in self.value])2560 xcoders.append(self.key.full_xcode(union_int))2582 def full_xcode(self, union_int=None): member in CodeGenerator2619 return self.full_xcode()2646 type_name = self.type_name() if struct_ptr_name(self.mode) in self.full_xcode() else "void"