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