Searched refs:extract_type (Results 1 – 7 of 7) sorted by relevance
177 type = type2python(extract_type(param->getOriginalType())); in print_type_checks()192 string type_s = extract_type(type); in print_copy()242 arg_type = type2python(extract_type(fn->getArgType(i))); in print_callback()399 type = type2python(extract_type(return_type)); in print_method_return()561 type_str = generator::extract_type(type); in print_argument_check()622 type = type2python(extract_type(param->getOriginalType())); in print_argument_checks()
63 return generator::extract_type(type) == name; in first_arg_matches_class()769 string generator::extract_type(QualType type) in extract_type() function in generator797 return generator::extract_type(type).substr(3); in type_suffix()
196 static string extract_type(QualType type);
60 arg_type = extract_type(type); in set_class_construction_types()
64 def extract_type(self): member in StdUnorderedMapSynthProvider83 self.data_type = self.extract_type()262 def extract_type(self): member in AbstractListSynthProvider278 self.data_type = self.extract_type()
327 def extract_type(self): member in stdlist_SynthProvider346 self.data_type = self.extract_type()
679 // CHECK-LABEL: test.extract_type683 module @ir attributes { test.extract_type } {