Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dpython.cc304 } else if (is_callback(type)) { in print_arg_in_call()
532 if (is_callback(type)) in print_method()
544 if (!is_callback(type)) in print_method()
838 if (is_callback(type)) in print_argtypes()
844 else if (is_isl_type(type) || is_callback(type)) in print_argtypes()
H A Dcpp.cc521 if (generator::is_callback(type)) { in print_param_use()
871 if (cpp_generator::is_callback(type)) in param()
954 if (generator::is_callback(param->getType())) in find_callback_arg()
1059 if (generator::is_string(type) || generator::is_callback(type)) in param_needs_copy()
H A Dgenerator.h192 static bool is_callback(QualType type);
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