HomeSort by relevance Sort by last modified time
    Searched refs:IsExplicit (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
Module.h 171 unsigned IsExplicit : 1;
310 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
  /external/clang/lib/Basic/
Module.cpp 28 bool IsFramework, bool IsExplicit, unsigned VisibilityID)
33 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
247 if (!Mod->IsExplicit)
325 if (IsExplicit)
  /external/v8/src/compiler/
instruction.h 534 return (IsAllocated() || IsExplicit()) &&
569 return (IsAllocated() || IsExplicit()) &&
576 return (IsAllocated() || IsExplicit()) &&
583 return (IsAllocated() || IsExplicit()) &&
591 return (IsAllocated() || IsExplicit()) &&
599 return (IsAllocated() || IsExplicit()) &&
607 if (IsAllocated() || IsExplicit()) {
    [all...]
register-allocator-verifier.cc 149 } else if (op->IsExplicit()) {
230 CHECK(op->IsExplicit());
instruction.cc 151 if (allocated.IsExplicit()) {
    [all...]
register-allocator.cc     [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 378 /// \param IsExplicit Whether this is an explicit submodule.
384 bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 551 bool IsExplicit) {
558 IsFramework, IsExplicit, NumCreatedModules++);
692 /*IsFramework=*/true, /*IsExplicit=*/false,
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 145 milliseconds