Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h69 unsigned CurLevelHasLoopAlready : 1;
979 bool CurLevelHasLoopAlready = in ~LoopInConstructRAII() local
980 PreserveDepth ? SemaRef.LoopInfo.CurLevelHasLoopAlready in ~LoopInConstructRAII()
981 : OldLoopInfo.CurLevelHasLoopAlready; in ~LoopInConstructRAII()
989 SemaRef.LoopInfo.CurLevelHasLoopAlready = CurLevelHasLoopAlready; in ~LoopInConstructRAII()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp271 SemaRef.LoopInfo.CurLevelHasLoopAlready = false; in SetCollapseInfoBeforeAssociatedStmt()
1018 if (LoopInfo.CurLevelHasLoopAlready) { in ForStmtBeginHelper()
1039 if (LoopInfo.CurLevelHasLoopAlready) { in ForStmtBeginHelper()
1057 LoopInfo.CurLevelHasLoopAlready = false; in ForStmtBeginHelper()
1691 LoopInfo.CurLevelHasLoopAlready = true; in ActOnForStmtEnd()