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

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp461 const clang::QualType &IntType = FD->getASTContext().IntTy; local
462 if (FD->getReturnType().getCanonicalType() == IntType) {
526 const clang::QualType &IntType = FD->getASTContext().IntTy; local
533 if (QT != IntType) {
543 if (FD->getReturnType().getCanonicalType() != IntType) {

Completed in 94 milliseconds