Home
last modified time | relevance | path

Searched defs:hasWorkRemaining (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h439 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } hasWorkRemaining() function
H A DCoreEngine.h166 bool hasWorkRemaining() const { return wasBlocksExhausted() || hasWorkRemaining() function