Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp192 bool hasMore = true; in ParsePrintfSpecifier() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1039 bool hasMore() const { return I != E; } in hasMore() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3521 auto hasMore = [&]() { in writeUseListBlock() local
/freebsd/contrib/expat/lib/
H A Dxmlparse.c328 XML_Bool hasMore; /* true if entity has not been completely processed */ member