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()
1035 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()1039 bool hasMore() const { return I != E; } in hasMore() function1042 do { ++I; } while (hasMore() && Filter(*I));
3521 auto hasMore = [&]() { in writeUseListBlock() local3524 if (!hasMore()) in writeUseListBlock()3529 while (hasMore()) { in writeUseListBlock()
469 I.hasMore(); ++I) { in CheckFallThrough()