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 327 XML_Bool hasMore; /* true if entity has not been completely processed */
328 /* An entity can be open while being already completely processed (hasMore ==
6317 entity->hasMore = XML_TRUE;
6356 if (entity->hasMore) {
6389 entity->hasMore = XML_FALSE;
6403 // this function and we skipped doProlog and doContent calls with hasMore set
6453 if (entity->hasMore) {
6471 entity->hasMore = XML_FALSE;
6481 // with hasMore set to false. This means we can directly remove the head
6911 if (entity->hasMore) {
    [all...]

Completed in 49 milliseconds