Searched defs:IntType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy; local
45 if (FD->getReturnType().getCanonicalType() == IntType) {
60 const clang::QualType &IntType = FD->getASTContext().IntTy; local
67 if (QT != IntType) {
77 if (FD->getReturnType().getCanonicalType() != IntType) {

Completed in 58 milliseconds