Searched refs:print_matching_method (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | template_cpp.cc | 1284 void print_matching_method(const Method &method, 1883 return print_matching_method(method, sigs); in print_constructor() 1885 print_matching_method(method, constructor_sig); in print_constructor() 2304 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer 2364 return print_matching_method(method, sig, match_arg); in print_matching_method() 2380 if (print_matching_method(method, sig)) in print_matching_method() 2422 return print_matching_method(method, at_select); in print_at_method() 2424 return print_matching_method(method, at_keep); in print_at_method() 2452 print_matching_method(method, kvp.second); in print_special_method() 2478 print_matching_method(method, constructor_sig); in print_type_named_member_method() [all …]
|