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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 5510 bool IsExplicit = Record[Idx++];
5526 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 286 bool IsExplicit; // true - The IT instruction was present in the
321 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; }
322 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; }
334 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit)
408 ITState.IsExplicit = false;
420 ITState.IsExplicit = true;

Completed in 43 milliseconds