Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 784 unsigned short OpenMPLevel; variable 789 CapturedRegionKind K, unsigned OpenMPLevel, in CapturedRegionScopeInfo() argument 793 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 17431 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion() 17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion() 17765 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable() 17775 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable() 17779 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable() 17787 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 17791 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 17798 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
|
H A D | SemaStmt.cpp | 4673 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
|
H A D | SemaOpenMP.cpp | 2215 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
|