Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 810 unsigned short OpenMPLevel; variable 815 CapturedRegionKind K, unsigned OpenMPLevel, in CapturedRegionScopeInfo() argument 819 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 19474 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion() 19477 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion() 19862 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable() 19872 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable() 19876 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable() 19884 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19888 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19895 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
|
| H A D | SemaStmt.cpp | 4751 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
|
| H A D | SemaOpenMP.cpp | 2397 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
|