Searched refs:AssociatedLoops (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp114 unsigned AssociatedLoops; member in struct:__anon4043::DSAStackTy::SharingMapTy
121 CancelRegion(false), AssociatedLoops(1), InnerTeamsRegionLoc() {}
126 CancelRegion(false), AssociatedLoops(1), InnerTeamsRegionLoc() {}
316 void setAssociatedLoops(unsigned Val) { Stack.back().AssociatedLoops = Val; }
318 unsigned getAssociatedLoops() const { return Stack.back().AssociatedLoops; }
3465 unsigned AssociatedLoops = DSAStack->getAssociatedLoops();
3466 if (AssociatedLoops > 0 &&
3471 DSAStack->setAssociatedLoops(AssociatedLoops - 1);

Completed in 108 milliseconds