Searched refs:pool_empty (Results 1 – 2 of 2) sorted by relevance
70 if (!DiagnosticPool.pool_empty()) in redelay()72 assert(DiagnosticPool.pool_empty()); in redelay()
280 bool pool_empty() const { return Diagnostics.empty(); } in pool_empty() function