Home
last modified time | relevance | path

Searched refs:function_set (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dgenerator.h45 typedef std::set<FunctionDecl *, function_name_less> function_set; typedef
85 function_set constructors;
88 map<string, function_set> methods;
H A Dcpp.h133 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 Dpython.cc655 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 Dpython.h60 const function_set &methods, vector<string> super);
H A Dcpp.cc182 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 Dplain_cpp.h82 virtual bool want_descendent_overloads(const function_set &methods)
H A Dgenerator.cc167 const function_set &constructors = clazz.constructors; in extract_class_automatic_conversions()
168 function_set::iterator fi; in extract_class_automatic_conversions()
H A Dtemplate_cpp.cc1297 virtual bool want_descendent_overloads(const function_set &methods)
1518 const function_set &methods) in want_descendent_overloads()
H A Dplain_cpp.cc1713 const function_set &methods) in want_descendent_overloads()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py96 function_set = set(all_functions)
109 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions):