reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/FileSystem.h
 1382     while (!State->Stack.empty()
 1389     if (State->Stack.empty())
 1418     } while (!State->Stack.empty()
 1422     if (State->Stack.empty())
include/llvm/Support/VirtualFileSystem.h
  235     assert(!State->Stack.empty() &&
lib/Support/Parallel.cpp
   70       Cond.wait(Lock, [&] { return Stop || !WorkStack.empty(); });
lib/Support/VirtualFileSystem.cpp
 2116   assert(FS && State && !State->Stack.empty() && "incrementing past end");
 2132   while (!State->Stack.empty() && State->Stack.top().increment(EC) == End)
 2135   if (State->Stack.empty())
tools/clang/include/clang/Parse/Parser.h
 1333     assert(!ClassStack.empty() && "No lexed method stacks!");
tools/clang/lib/Format/UnwrappedLineParser.cpp
  725   if (!PPChainBranchIndex.empty())
  728       PPBranchLevel >= 0 && !PPChainBranchIndex.empty() &&
  734   if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) {
  742   if (!PPChainBranchIndex.empty())
tools/clang/lib/Parse/ParseDecl.cpp
  201       if (!ClassStack.empty() && !LateAttrs->parseSoon())
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3181   if (!ClassStack.empty()) {
 3801   assert((NonNestedClass || !ClassStack.empty()) &&
 3822   assert(!ClassStack.empty() && "Mismatched push/pop for class parsing");
 3834   assert(!ClassStack.empty() && "Missing top-level class?");
tools/clang/tools/extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
  115       if (CountAtQuestion.empty())
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
   27     if (!PendingBodies.empty() && S == PendingBodies.top())
   32     if (!PendingClasses.empty() && D == PendingClasses.top())
   37   bool allBodiesHaveBeenTraversed() const { return PendingBodies.empty(); }
   38   bool allClassesHaveBeenTraversed() const { return PendingClasses.empty(); }
tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
   32       if (!stack.empty() && name[stack.top()] == '<') {
   43       while (!stack.empty()) {
tools/polly/lib/Analysis/ScopDetection.cpp
 1735   while (!DFSStack.empty()) {
usr/include/c++/7.4.0/bits/regex_automaton.tcc
  200       while (!__stack.empty())
usr/include/c++/7.4.0/bits/regex_compiler.tcc
  187 	  if (_M_stack.empty())
  224 	  if (_M_stack.empty())
  281 	      while (!__stack.empty())