Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1523 std::vector<std::string> class_params, method_params; in print_method_template_arguments() local
1526 method_params = class_params; in print_method_template_arguments()
1527 combine(method_params, sig.params()); in print_method_template_arguments()
1529 if (class_params.size() == method_params.size()) in print_method_template_arguments()
1532 drop_initial(method_params, class_params.size()); in print_method_template_arguments()
1536 print_template(os, method_params); in print_method_template_arguments()