Searched refs:function_set (Results 1 – 10 of 10) sorted by relevance
/llvm-project/polly/lib/External/isl/interface/ |
H A D | generator.h | 45 typedef std::set<FunctionDecl *, function_name_less> function_set; typedef 85 function_set constructors; 88 map<string, function_set> methods;
|
H A D | cpp.h | 162 const isl_class &super, const function_set &methods); 196 virtual bool want_descendent_overloads(const function_set &methods) = 0; 199 void print_method_group(const function_set &methods,
|
H A D | python.cc | 672 const string &fullname, const function_set &methods, in print_method() 676 function_set::const_iterator it; in print_method() 1072 function_set::const_iterator in; in print_method_types() 1073 map<string, function_set>::const_iterator it; in print_method_types()
|
H A D | python.h | 62 const function_set &methods, vector<string> super);
|
H A D | cpp.cc | 182 const isl_class &super, const function_set &methods) in copy_methods() 419 const function_set &methods) in single_local() 467 const function_set &methods, const std::string &name) in print_method_group()
|
H A D | plain_cpp.h | 82 virtual bool want_descendent_overloads(const function_set &methods)
|
H A D | generator.cc | 167 const function_set &constructors = clazz.constructors; in extract_class_automatic_conversions() 168 function_set::iterator fi; in extract_class_automatic_conversions()
|
H A D | template_cpp.cc | 1342 virtual bool want_descendent_overloads(const function_set &methods) 1563 const function_set &methods) in want_descendent_overloads()
|
H A D | plain_cpp.cc | 1800 const function_set &methods) in want_descendent_overloads()
|
/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | gen_dynamic_list.py | 121 function_set = set(all_functions) 134 if orig_name in function_set and (
|