Searched refs:hasMore (Results 1 – 5 of 5) 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));
4501 auto hasMore = in printUseLists() local4503 if (!hasMore()) in printUseLists()4508 while (hasMore()) { in printUseLists()
3283 auto hasMore = [&]() { in writeUseListBlock() local3286 if (!hasMore()) in writeUseListBlock()3291 while (hasMore()) { in writeUseListBlock()
442 I.hasMore(); ++I) { in CheckFallThrough()