Searched refs:function_set (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/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 | 133 const isl_class &super, const function_set &methods); 167 virtual bool want_descendent_overloads(const function_set &methods) = 0; 170 void print_method_group(const function_set &methods,
|
| H A D | python.cc | 655 const string &fullname, const function_set &methods, in print_method() 659 function_set::const_iterator it; in print_method() 974 function_set::const_iterator in; in print_method_types() 975 map<string, function_set>::const_iterator it; in print_method_types() 1019 function_set::const_iterator in; in print() 1020 map<string, function_set>::const_iterator it; in print()
|
| H A D | python.h | 60 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 | 1297 virtual bool want_descendent_overloads(const function_set &methods) 1518 const function_set &methods) in want_descendent_overloads()
|
| H A D | plain_cpp.cc | 1713 const function_set &methods) in want_descendent_overloads()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/scripts/ |
| H A D | gen_dynamic_list.py | 96 function_set = set(all_functions) 109 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions):
|