Home
last modified time | relevance | path

Searched refs:CollapseInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp272 SemaRef.CollapseInfo.CollapseDepthSatisfied = true; in SetCollapseInfoBeforeAssociatedStmt()
273 SemaRef.CollapseInfo.CurCollapseCount = 0; in SetCollapseInfoBeforeAssociatedStmt()
320 SemaRef.CollapseInfo.ActiveCollapse = FoundClause; in SetCollapseInfoBeforeAssociatedStmt()
321 SemaRef.CollapseInfo.CollapseDepthSatisfied = false; in SetCollapseInfoBeforeAssociatedStmt()
322 SemaRef.CollapseInfo.CurCollapseCount = in SetCollapseInfoBeforeAssociatedStmt()
324 SemaRef.CollapseInfo.DirectiveKind = DirKind; in SetCollapseInfoBeforeAssociatedStmt()
940 if (CollapseInfo.CurCollapseCount && *CollapseInfo.CurCollapseCount > 0) { in ActOnWhileStmt()
942 << /*while loop*/ 1 << CollapseInfo.DirectiveKind in ActOnWhileStmt()
944 assert(CollapseInfo.ActiveCollapse && "Collapse count without object?"); in ActOnWhileStmt()
945 Diag(CollapseInfo.ActiveCollapse->getBeginLoc(), in ActOnWhileStmt()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h98 } CollapseInfo; variable
967 OldCollapseInfo(SemaRef.CollapseInfo), OldTileInfo(SemaRef.TileInfo), in SemaRef()
974 PreserveDepth ? SemaRef.CollapseInfo.CollapseDepthSatisfied in ~LoopInConstructRAII()
984 SemaRef.CollapseInfo = OldCollapseInfo; in ~LoopInConstructRAII()
987 SemaRef.CollapseInfo.CollapseDepthSatisfied = CollapseDepthSatisified; in ~LoopInConstructRAII()