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