Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1326 bool print_matching_method(const Method &method, const Signature &sig,
1328 bool print_matching_method(const Method &method, const Signature &sig);
1329 void print_matching_method(const Method &method,
1952 return print_matching_method(method, sigs); in print_constructor()
1954 print_matching_method(method, constructor_sig); in print_constructor()
2447 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2496 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2509 return print_matching_method(method, sig, match_arg); in print_matching_method()
2519 void template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2525 if (print_matching_method(method, sig)) in print_matching_method()
[all …]