Home
last modified time | relevance | path

Searched refs:IsExplicit (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp77 D->IsExplicit = true; in record()
151 return Excludes.IsExplicit && !Includes.IsExplicit; in match()
DIceRangeSpec.h49 bool IsExplicit = false; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_options.h39 template <bool IsExplicit> struct explicitness {
40 static const bool is_explicit = IsExplicit;
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_node_options.h37 template <bool IsExplicit> struct explicitness {
38 static const bool is_explicit = IsExplicit;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_options.h37 template <bool IsExplicit> struct explicitness {
38 static const bool is_explicit = IsExplicit;
/external/clang/lib/Basic/
DModule.cpp28 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/
DModule.cpp38 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/
DModule.h169 unsigned IsExplicit : 1; variable
308 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
/external/llvm-project/clang/include/clang/Basic/
DModule.h264 unsigned IsExplicit : 1; variable
415 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
/external/clang/include/clang/Lex/
DModuleMap.h403 bool IsExplicit);
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h535 bool IsExplicit);
/external/llvm-project/clang-tools-extra/modularize/
DModularizeUtilities.cpp342 if (Mod.IsExplicit) in collectModuleHeaders()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp786 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument
1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
/external/clang/lib/Lex/
DModuleMap.cpp545 bool IsExplicit) { in findOrCreateModule() argument
552 IsFramework, IsExplicit, NumCreatedModules++); in findOrCreateModule()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp1032 module->IsExplicit); in RemapModule()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp818 bool IsExplicit) { in findOrCreateModule() argument
825 IsExplicit, NumCreatedModules++); in findOrCreateModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp228 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/
DARMAsmParser.cpp287 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/
DCodeGenModule.cpp2225 if (SM->IsExplicit) in EmitModuleLinkOptions()
5734 if ((*Sub)->IsExplicit) in EmitTopLevelDecl()
/external/clang/lib/Serialization/
DASTReader.cpp4473 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local
4488 IsExplicit).first; in ReadSubmoduleBlock()
DASTWriter.cpp2556 SUBMODULE_DEFINITION, ID, ParentID, Mod->IsFramework, Mod->IsExplicit, in WriteSubmodules()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1220 if ((*Sub)->IsExplicit) in EmitModuleLinkOptions()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp5485 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local
5501 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
DASTWriter.cpp2631 Mod->IsExplicit, in WriteSubmodules()