Home
last modified time | relevance | path

Searched refs:is_isl_bool (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dpython.cc223 if (is_isl_stat(return_type) || is_isl_bool(return_type)) in print_callback()
262 if (is_isl_stat(return_type) || is_isl_bool(return_type)) in print_callback()
268 } else if (is_isl_bool(return_type)) { in print_callback()
427 if (is_isl_bool(return_type)) in print_method_return()
H A Dgenerator.h188 static bool is_isl_bool(QualType type);
H A Dgenerator.cc691 return is_isl_bool(type) || is_isl_stat(type) || is_isl_size(type); in is_isl_neg_error()
709 bool generator::is_isl_bool(QualType type) in is_isl_bool() function in generator
H A Dplain_cpp.cc1645 else if (is_isl_bool(rtype)) in print_wrapped_call()
1654 else if (is_isl_bool(rtype)) in print_wrapped_call()
H A Dcpp.cc856 if (cpp_generator::is_isl_bool(type)) in param()
H A Dtemplate_cpp.cc1721 if (!is_isl_bool(return_type) && !is_isl_stat(return_type)) in print_callback_method_body()