Searched refs:hasMore (Results 1 – 4 of 4) sorted by relevance
192 bool hasMore = true; in ParsePrintfSpecifier() local195 default: hasMore = false; break; in ParsePrintfSpecifier()206 if (!hasMore) in ParsePrintfSpecifier()
1004 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()1008 bool hasMore() const { return I != E; } in hasMore() function1011 do { ++I; } while (hasMore() && Filter(*I));
3383 auto hasMore = [&]() { in writeUseListBlock() local3386 if (!hasMore()) in writeUseListBlock()3391 while (hasMore()) { in writeUseListBlock()
446 I.hasMore(); ++I) { in CheckFallThrough()