Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc1355 bool print_matching_method(const Method &method, const Signature &sig,
1357 bool print_matching_method(const Method &method, const Signature &sig);
1358 void print_matching_method(const Method &method,
1974 return print_matching_method(method, sigs); in print_constructor()
1976 print_matching_method(method, constructor_sig); in print_constructor()
2469 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2518 bool template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2531 return print_matching_method(method, sig, match_arg); in print_matching_method()
2541 void template_cpp_generator::class_printer::print_matching_method( in print_matching_method() function in template_cpp_generator::class_printer
2547 if (print_matching_method(method, sig)) in print_matching_method()
[all …]