Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 798 unsigned short OpenMPLevel; variable 803 CapturedRegionKind K, unsigned OpenMPLevel, in CapturedRegionScopeInfo() argument 807 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 18818 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion() 18821 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion() 19167 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable() 19177 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable() 19181 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable() 19189 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19193 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19200 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
|
| H A D | SemaStmt.cpp | 4688 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
|
| H A D | SemaOpenMP.cpp | 2374 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
|