Searched refs:CR_OpenMP (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | CapturedStmt.h | 19 CR_OpenMP enumerator
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 655 case CR_OpenMP: in getRegionName()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1506 (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0); in PushCapturedRegionScope()
|
D | SemaOpenMP.cpp | 1599 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1623 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1642 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1677 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1699 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
|
D | SemaExpr.cpp | 13202 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo() 13390 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion() 13663 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 55 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo() 61 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo() 84 return Info->getKind() == CR_OpenMP; in classof()
|