Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc389 if (method.kind != Method::Kind::member_method) in print_method_variants()
507 bool load_from_this_ptr = pos == 0 && kind == member_method; in print_param_use()
664 if (method.kind == Method::Kind::member_method) in print_method_header()
960 return Method::Kind::member_method; in get_kind()
1121 int first_param = kind == member_method ? 1 : 0; in on_cpp_arg_list()
H A Dplain_cpp.cc999 if (method.kind != Method::Kind::member_method) in print_method()
1341 is_this = i == 0 && method.kind == Method::Kind::member_method; in print_argument_validity_check()
1390 if (method.kind == Method::Kind::member_method) in print_save_ctx()
1438 if (method.kind != Method::Kind::member_method) in print_persistent_callback_exceptional_execution_check()
H A Dcpp.h22 member_method, enumerator
H A Dtemplate_cpp.cc2146 if (method.kind == Method::Kind::member_method) in matching_kind()
2755 case Method::Kind::member_method: in print_any_method()