Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1478 std::vector<std::string> class_params, method_params; in print_method_template_arguments() local
1481 method_params = class_params; in print_method_template_arguments()
1482 combine(method_params, sig.params()); in print_method_template_arguments()
1484 if (class_params.size() == method_params.size()) in print_method_template_arguments()
1487 drop_initial(method_params, class_params.size()); in print_method_template_arguments()
1491 print_template(os, method_params); in print_method_template_arguments()