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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  160   bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
  174     return blocksExhausted.begin();
  178     return blocksExhausted.end();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1977     Engine.blocksExhausted.push_back(std::make_pair(L, Sink));