Searched refs:RealVType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5070 QualType RealVType = VType; in CheckOpenMPLoop() local 5188 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in CheckOpenMPLoop() 5189 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in CheckOpenMPLoop()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8354 QualType RealVType = VType; in checkOpenMPLoop() local 8495 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() 8496 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop() 8520 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()
|