Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/interface/
Dpython.cc305 } else if (is_callback(type)) { in print_arg_in_call()
534 if (is_callback(type)) in print_method()
546 if (!is_callback(type)) in print_method()
840 if (is_callback(type)) in print_argtypes()
846 else if (is_isl_type(type) || is_callback(type)) in print_argtypes()
Dgenerator.h172 static bool is_callback(QualType type);
Dcpp.cc1137 if (is_callback(param->getType())) { in print_method()
1598 if (is_callback(type)) { in print_method_param_use()
1796 if (!is_callback(param->getOriginalType())) in print_exceptional_execution_check()
2050 if (is_callback(type)) in print_method_header()
2053 if (keeps(param) || is_string(type) || is_callback(type)) in print_method_header()
2518 if (is_callback(type)) in type2cpp()
Dgenerator.cc326 if (!generator::is_callback(param->getType())) in sets_persistent_callback()
716 bool generator::is_callback(QualType type) in is_callback() function in generator