HomeSort by: relevance | last modified time | path
    Searched defs:hasMore (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp 192 bool hasMore = true;
195 default: hasMore = false; break;
206 if (!hasMore)
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 3283 auto hasMore = [&]() {
3286 if (!hasMore())
3291 while (hasMore()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 4501 auto hasMore =
4503 if (!hasMore())
4508 while (hasMore()) {
  /src/external/mit/expat/dist/lib/
xmlparse.c 328 XML_Bool hasMore; /* true if entity has not been completely processed */
329 /* An entity can be open while being already completely processed (hasMore ==
6017 entity->hasMore = XML_TRUE;
6056 if (entity->hasMore) {
6089 entity->hasMore = XML_FALSE;
6099 // this function and we skipped doProlog and doContent calls with hasMore set
6149 if (entity->hasMore) {
6167 entity->hasMore = XML_FALSE;
6177 // with hasMore set to false. This means we can directly remove the head
6600 if (entity->hasMore) {
    [all...]

Completed in 152 milliseconds