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()
1041 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()1045 bool hasMore() const { return I != E; } in hasMore() function1048 do { ++I; } while (hasMore() && Filter(*I));
319 bool hasMore; /* true if entity has not been completely processed */320 /* An entity can be open while being already completely processed (!hasMore).6465 entity->hasMore = true;6504 if (entity->hasMore) {6537 entity->hasMore = false;6551 // this function and we skipped doProlog and doContent calls with hasMore set6601 if (entity->hasMore) {6620 entity->hasMore = false;6630 // with hasMore set to false. This means we can directly remove the head7062 if (entity->hasMore) {337 XML_Bool hasMore; /* true if entity has not been completely processed */ global() member [all...]
3683 auto hasMore = [&]() { in writeUseListBlock() local3686 if (!hasMore()) in writeUseListBlock()3691 while (hasMore()) { in writeUseListBlock()
611 I.hasMore(); ++I) { in CheckFallThrough()