Searched defs:IntType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp587 const clang::QualType &IntType = FD->getASTContext().IntTy; local
588 if (FD->getReturnType().getCanonicalType() == IntType) {
652 const clang::QualType &IntType = FD->getASTContext().IntTy; local
659 if (QT != IntType) {
669 if (FD->getReturnType().getCanonicalType() != IntType) {

Completed in 1246 milliseconds