Searched defs:hasWorkRemaining (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | ExprEngine.h | 431 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } hasWorkRemaining() function |
H A D | CoreEngine.h | 160 bool hasWorkRemaining() const { return wasBlocksExhausted() || hasWorkRemaining() function |