Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header() function in python_generator
451 print_method_header(false, get_name, num_params); in print_get_method()
537 print_method_header(is_static(clazz, method), cname, in print_method()
714 print_method_header(is_static(clazz, fd), name, num_params - 1); in print_set_enum()
H A Dpython.h23 void print_method_header(bool is_static, const string &name, int n_arg);
H A Dcpp.h208 void print_method_header(const Method &method,
H A Dtemplate_cpp.cc1319 void print_method_header(const Method &method, const Signature &sig);
1544 void template_cpp_generator::class_printer::print_method_header( in print_method_header() function in template_cpp_generator::class_printer
1550 cpp_generator::class_printer::print_method_header(method, in print_method_header()
1597 print_method_header(method, sig); in print_method_sig()
1857 print_method_header(method, sig); in print_method_sig()
H A Dcpp.cc620 void cpp_generator::class_printer::print_method_header( in print_method_header() function in cpp_generator::class_printer
H A Dplain_cpp.cc1633 print_method_header(method, *type_printer); in print_full_method_header()