Home
last modified time | relevance | path

Searched refs:hasMore (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DPrintfFormatString.cpp192 bool hasMore = true; in ParsePrintfSpecifier() local
195 default: hasMore = false; break; in ParsePrintfSpecifier()
206 if (!hasMore) in ParsePrintfSpecifier()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1004 while (hasMore() && Filter(*I)) in FilteredCFGBlockIterator()
1008 bool hasMore() const { return I != E; } in hasMore() function
1011 do { ++I; } while (hasMore() && Filter(*I));
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3383 auto hasMore = [&]() { in writeUseListBlock() local
3386 if (!hasMore()) in writeUseListBlock()
3391 while (hasMore()) { in writeUseListBlock()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp446 I.hasMore(); ++I) { in CheckFallThrough()