/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | allocator_config.h | 30 typedef SizeClassAllocator64<SizeClassMap, 30U> Primary; typedef 33 typedef SizeClassAllocator32<SizeClassMap, 19U> Primary; typedef 45 Primary; typedef 48 typedef SizeClassAllocator32<SizeClassMap, 18U, 1000, 1000> Primary; typedef 61 typedef SizeClassAllocator64<SizeClassMap, 27U, 1000, 1000> Primary; typedef 64 typedef SizeClassAllocator32<SizeClassMap, 16U, 1000, 1000> Primary; typedef 74 typedef SizeClassAllocator64<DefaultSizeClassMap, 30U> Primary; typedef
|
D | combined.h | 972 PrimaryT Primary; variable
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ChainedDiagnosticConsumer.h | 25 DiagnosticConsumer *Primary; variable 29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer() 35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
|
/external/clang/include/clang/Frontend/ |
D | ChainedDiagnosticConsumer.h | 26 DiagnosticConsumer *Primary; variable 30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer() 36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
|
/external/scudo/standalone/ |
D | allocator_config.h | 60 typedef SizeClassAllocator64<DefaultConfig> Primary; typedef 65 typedef SizeClassAllocator32<DefaultConfig> Primary; typedef 88 typedef SizeClassAllocator64<AndroidConfig> Primary; typedef 93 typedef SizeClassAllocator32<AndroidConfig> Primary; typedef 117 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; typedef 122 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; typedef 146 typedef SizeClassAllocator64<FuchsiaConfig> Primary; typedef
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclLookups.h | 76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local 90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
|
/external/clang/include/clang/AST/ |
D | DeclLookups.h | 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local 93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
|
/external/libkmsxx/kms++/inc/kms++/ |
D | plane.h | 9 Primary = 1 << 1, enumerator
|
/external/scudo/standalone/tests/ |
D | primary_test.cpp | 103 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef 143 using Primary = scudo::SizeClassAllocator64<SmallRegionsConfig>; in TEST() typedef 179 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef 215 using Primary = TestAllocator<TypeParam, scudo::SvelteSizeClassMap>; in SCUDO_TYPED_TEST() typedef 265 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
|
D | combined_test.cpp | 487 typedef scudo::SizeClassAllocator64<DeathConfig> Primary; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LoopTraversal.cpp | 39 bool Primary = true; in traverse() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LoopTraversal.cpp | 39 bool Primary = true; in traverse() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cxx2a-three-way-comparison.cpp | 15 struct Primary { struct
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporterLookupTable.cpp | 153 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; in dump() local
|
D | ASTDumper.cpp | 30 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 348 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency() 358 const SymbolRef Primary) { in getDependentSymbols()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 347 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency() 361 const SymbolRef Primary) { in getDependentSymbols()
|
/external/rust/crates/codespan-reporting/src/ |
D | diagnostic.rs | 57 Primary, enumerator
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | primary_test.cpp | 68 using Primary = scudo::SizeClassAllocator64<scudo::DefaultSizeClassMap, 20U>; in TEST() typedef
|
D | combined_test.cpp | 403 Primary; typedef
|
/external/webrtc/sdk/android/tests/src/org/webrtc/ |
D | FakeMediaCodecWrapper.java | 48 public enum Primary { STOPPED, EXECUTING, RELEASED } enum in FakeMediaCodecWrapper.State
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parse() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 59 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOptionDocEmitter.cpp | 213 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 108 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions() local
|