Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dplain_cpp.cc1508 std::unique_ptr<cpp_type_printer> plain_cpp_generator::type_printer() in type_printer() function in plain_cpp_generator
1526 return type_printer()->return_type(method); in get_return_type()
1631 auto type_printer = generator.type_printer(); in print_full_method_header() local
1633 print_method_header(method, *type_printer); in print_full_method_header()
1650 return type_printer()->generate_callback_args(-1, type, cpp); in generate_callback_args()
1661 return type_printer()->generate_callback_type(-1, type); in generate_callback_type()
2050 return type_printer()->isl_bool(); in isl_bool2cpp()
2086 return type_printer()->isl_namespace(); in isl_namespace()
2097 return type_printer()->param(-1, type); in param2cpp()
H A Dcpp.cc621 const Method &method, const cpp_type_printer &type_printer) in print_method_header() argument
623 string rettype_str = type_printer.return_type(method); in print_method_header()
645 os << type_printer.class_type(cppstring) << "::"; in print_method_header()
656 string cpptype = type_printer.param(arg, type); in print_method_header()
H A Dplain_cpp.h56 std::unique_ptr<cpp_type_printer> type_printer();
H A Dcpp.h209 const cpp_type_printer &type_printer);
H A Dtemplate_cpp.cc1576 template_method_type_printer type_printer(sig, instance.kind); in print_method_header() local
1580 type_printer); in print_method_header()
1727 const FunctionProtoType *callback, const cpp_type_printer &type_printer, in print_callback_args() argument
1737 auto cpptype = type_printer.param(shift + i, type); in print_callback_args()