Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc521 if (generator::is_callback(type)) { in print_param_use()
871 if (cpp_generator::is_callback(type)) in param()
972 if (generator::is_callback(param->getType())) in find_callback_args()
1090 if (!generator::is_callback(type)) in on_fd_arg_list()
1169 if (generator::is_string(type) || generator::is_callback(type)) in param_needs_copy()
H A Dpython.cc303 } else if (is_callback(type)) { in print_arg_in_call()
546 if (!is_callback(type)) in print_method()
940 else if (is_callback(type)) in print_argtypes()
949 if (is_callback(type)) in print_argtypes()
H A Dgenerator.cc338 if (!generator::is_callback(param->getType())) in sets_persistent_callback()
730 bool generator::is_callback(QualType type) in is_callback() function in generator
745 return is_callback(type); in is_callback_arg()
H A Dgenerator.h192 static bool is_callback(QualType type);
H A Dtemplate_cpp.cc1832 if (generator::is_callback(param->getType())) in print_callback_method_body()