Searched refs:hasMore (Results 1 – 5 of 5) sorted by relevance
123 bool hasMore = true; in ParsePrintfSpecifier() local126 default: hasMore = false; break; in ParsePrintfSpecifier()137 if (!hasMore) in ParsePrintfSpecifier()
584 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()588 bool hasMore() const { return I != E; } in hasMore() function591 do { ++I; } while (hasMore() && Filter(*I));
2088 auto hasMore = [&]() { in WriteUseListBlock() local2091 if (!hasMore()) in WriteUseListBlock()2096 while (hasMore()) { in WriteUseListBlock()
3124 auto hasMore = in printUseLists() local3126 if (!hasMore()) in printUseLists()3131 while (hasMore()) { in printUseLists()
325 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) { in CheckFallThrough()