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