Searched refs:CR_OpenMP (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Basic/ |
D | CapturedStmt.h | 19 CR_OpenMP enumerator
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1377 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1385 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1393 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1401 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1409 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1417 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1425 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1433 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1441 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1454 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() [all …]
|
D | SemaExpr.cpp | 12653 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo() 13227 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 626 case CR_OpenMP: in getRegionName()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 52 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo() 58 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo() 79 return Info->getKind() == CR_OpenMP; in classof()
|