/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 77 D->IsExplicit = true; in record() 151 return Excludes.IsExplicit && !Includes.IsExplicit; in match()
|
D | IceRangeSpec.h | 49 bool IsExplicit = false; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node_options.h | 39 template <bool IsExplicit> struct explicitness { 40 static const bool is_explicit = IsExplicit;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ilist_node_options.h | 37 template <bool IsExplicit> struct explicitness { 38 static const bool is_explicit = IsExplicit;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_node_options.h | 37 template <bool IsExplicit> struct explicitness { 38 static const bool is_explicit = IsExplicit;
|
/external/clang/lib/Basic/ |
D | Module.cpp | 28 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module() argument 33 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false), in Module() 247 if (!Mod->IsExplicit) in getExportedModules() 325 if (IsExplicit) in print()
|
/external/llvm-project/clang/lib/Basic/ |
D | Module.cpp | 38 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module() argument 42 IsFromModuleFile(false), IsFramework(IsFramework), IsExplicit(IsExplicit), in Module() 361 if (!Mod->IsExplicit) in getExportedModules() 439 if (IsExplicit) in print()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 169 unsigned IsExplicit : 1; variable 308 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Module.h | 264 unsigned IsExplicit : 1; variable 415 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 403 bool IsExplicit);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | ModuleMap.h | 535 bool IsExplicit);
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | ModularizeUtilities.cpp | 342 if (Mod.IsExplicit) in collectModuleHeaders()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 786 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument 1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 545 bool IsExplicit) { in findOrCreateModule() argument 552 IsFramework, IsExplicit, NumCreatedModules++); in findOrCreateModule()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.cpp | 1032 module->IsExplicit); in RemapModule()
|
/external/llvm-project/clang/lib/Lex/ |
D | ModuleMap.cpp | 818 bool IsExplicit) { in findOrCreateModule() argument 825 IsExplicit, NumCreatedModules++); in findOrCreateModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 228 bool IsExplicit; // true - The IT instruction was present in the member 263 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() 264 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock() 276 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition() 350 ITState.IsExplicit = false; in startImplicitITBlock() 362 ITState.IsExplicit = true; in startExplicitITBlock()
|
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 287 bool IsExplicit; // true - The IT instruction was present in the member 322 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() 323 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock() 335 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition() 409 ITState.IsExplicit = false; in startImplicitITBlock() 421 ITState.IsExplicit = true; in startExplicitITBlock()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2225 if (SM->IsExplicit) in EmitModuleLinkOptions() 5734 if ((*Sub)->IsExplicit) in EmitTopLevelDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4473 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local 4488 IsExplicit).first; in ReadSubmoduleBlock()
|
D | ASTWriter.cpp | 2556 SUBMODULE_DEFINITION, ID, ParentID, Mod->IsFramework, Mod->IsExplicit, in WriteSubmodules()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1220 if ((*Sub)->IsExplicit) in EmitModuleLinkOptions()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 5485 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local 5501 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
|
D | ASTWriter.cpp | 2631 Mod->IsExplicit, in WriteSubmodules()
|