Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 17597 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion() 17600 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion() 17931 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable() 17941 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable() 17945 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable() 17953 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 17957 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 17964 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
|
| H A D | SemaStmt.cpp | 4621 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
|
| H A D | SemaOpenMP.cpp | 2215 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
|