Searched refs:print_cpp_arg_list (Results 1 – 4 of 4) sorted by relevance
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp.h | 54 void print_cpp_arg_list(std::ostream &os,
|
H A D | cpp.cc | 652 method.print_cpp_arg_list(os, [&] (int i, int arg) { in print_method_header() 1144 void Method::print_cpp_arg_list(std::ostream &os, in print_cpp_arg_list() function in Method
|
H A D | template_cpp.cc | 1682 method.print_cpp_arg_list(os, [&] (int i, int arg) { in print_constructor_body() 1800 method.print_cpp_arg_list(os, [&] (int i, int arg) { in print_callback_method_body() 1827 method.print_cpp_arg_list(os, [&] (int i, int arg) { in print_method_body()
|
H A D | plain_cpp.cc | 1009 method.print_cpp_arg_list(os, [&] (int i, int arg) { in print_method()
|