Home
last modified time | relevance | path

Searched defs:Primary (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h30 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
Dcombined.h972 PrimaryT Primary; variable
/external/llvm-project/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h25 DiagnosticConsumer *Primary; variable
29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer()
35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h26 DiagnosticConsumer *Primary; variable
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer()
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
/external/scudo/standalone/
Dallocator_config.h60 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/
DDeclLookups.h76 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/
DDeclLookups.h72 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++/
Dplane.h9 Primary = 1 << 1, enumerator
/external/scudo/standalone/tests/
Dprimary_test.cpp103 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
Dcombined_test.cpp487 typedef scudo::SizeClassAllocator64<DeathConfig> Primary; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/external/llvm-project/llvm/lib/CodeGen/
DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/external/llvm-project/clang/test/CodeGenCXX/
Dcxx2a-three-way-comparison.cpp15 struct Primary { struct
/external/llvm-project/clang/lib/AST/
DASTImporterLookupTable.cpp153 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; in dump() local
DASTDumper.cpp30 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp348 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency()
358 const SymbolRef Primary) { in getDependentSymbols()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp347 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency()
361 const SymbolRef Primary) { in getDependentSymbols()
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs57 Primary, enumerator
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dprimary_test.cpp68 using Primary = scudo::SizeClassAllocator64<scudo::DefaultSizeClassMap, 20U>; in TEST() typedef
Dcombined_test.cpp403 Primary; typedef
/external/webrtc/sdk/android/tests/src/org/webrtc/
DFakeMediaCodecWrapper.java48 public enum Primary { STOPPED, EXECUTING, RELEASED } enum in FakeMediaCodecWrapper.State
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parse() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp59 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
/external/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp213 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp108 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions() local

12