Searched refs:wasBlocksExhausted (Results 1 – 3 of 3) sorted by relevance
106 << (Eng.wasBlocksExhausted() ? "yes" : "no") in checkEndAnalysis()
161 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted() function162 bool hasWorkRemaining() const { return wasBlocksExhausted() || in hasWorkRemaining()
437 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() function