Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp271 bool isStackEmpty() const { in isStackEmpty() function in __anon1dd12e440111::DSAStackTy
277 return isStackEmpty() ? 0 in getStackSize()
291 assert(!isStackEmpty() && "no current directive"); in getTopOfStack()
647 assert(!isStackEmpty() && "No directive at specified level."); in getDirective()
781 return isStackEmpty() ? DSA_unspecified : getTopOfStack().DefaultAttr; in getDefaultDSA()
784 return isStackEmpty() ? SourceLocation() : getTopOfStack().DefaultAttrLoc; in getDefaultDSALocation()
788 return isStackEmpty() in getDefaultmapModifier()
1003 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
1062 assert(!isStackEmpty()); in getNestingLevel()
1410 assert(!isStackEmpty() && "Data sharing attributes stack is empty"); in addUniqueAligned()
[all …]