HomeSort by: relevance | last modified time | path
    Searched refs:is_isl_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/interface/
generator.cc 61 if (!generator::is_isl_type(type))
154 if (!is_isl_type(return_type))
671 bool generator::is_isl_type(QualType type) function in class:generator
814 if (generator::is_isl_type(type))
python.cc 175 if (!is_isl_type(param->getOriginalType()))
227 if (!is_isl_type(fn->getArgType(i)))
397 if (is_isl_type(return_type)) {
562 if (generator::is_isl_type(type)) {
914 if (is_isl_type(type))
938 else if (is_isl_type(type))
cpp.cc 411 return generator::is_isl_type(param->getOriginalType());
853 if (cpp_generator::is_isl_type(type))
925 if (is_isl_type(type) && !is_isl_ctx(type) && is_subclass(type, clazz))
1234 if (generator::is_isl_type(type))
generator.h 186 static bool is_isl_type(QualType type);
plain_cpp.cc 974 else if (is_isl_type(src->getOriginalType()))
1342 if (!is_this && (is_isl_ctx(type) || !is_isl_type(type)))
1399 if (!is_isl_type(type))
1493 check_null = is_isl_type(return_type);
1602 if (is_isl_type(return_type) ||
template_cpp.cc 2390 if (cpp_generator::is_isl_type(type)) {

Completed in 21 milliseconds