Home
last modified time | relevance | path

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

/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.h66 typedef SizeClassAllocator64<DefaultConfig> Primary; typedef
73 typedef SizeClassAllocator32<DefaultConfig> Primary; typedef
95 typedef SizeClassAllocator64<AndroidConfig> Primary; typedef
102 typedef SizeClassAllocator32<AndroidConfig> Primary; typedef
126 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; typedef
133 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; typedef
157 typedef SizeClassAllocator64<FuchsiaConfig> Primary; typedef
175 typedef SizeClassAllocator64<TrustyConfig> Primary; typedef
Dcombined.h992 PrimaryT Primary; variable
/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
DASTContext.h865 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { in setPrimaryMergedDecl()
/external/scudo/standalone/tests/
Dprimary_test.cpp119 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
161 using Primary = scudo::SizeClassAllocator64<SmallRegionsConfig>; in TEST() typedef
197 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
233 using Primary = TestAllocator<TypeParam, scudo::SvelteSizeClassMap>; in SCUDO_TYPED_TEST() typedef
283 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
Dcombined_test.cpp520 typedef scudo::SizeClassAllocator64<DeathConfig> Primary; typedef
/external/libkmsxx/kms++/inc/kms++/
Dplane.h9 Primary = 1 << 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp347 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency()
361 const SymbolRef Primary) { in getDependentSymbols()
DPathDiagnostic.cpp64 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo()
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs57 Primary, enumerator
/external/rust/crates/vulkano/src/command_buffer/
Dmod.rs225 Primary, enumerator
/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/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp108 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions() local
/external/crosvm/hypervisor/src/
Dx86_64.rs263 Primary = 0, enumerator
/external/clang/lib/AST/
DDeclCXX.cpp610 NamedDecl *Primary = in addedMember() local
DASTDumper.cpp784 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
DDecl.cpp3154 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { in getTemplateInstantiationPattern() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2056 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
/external/crosvm/kvm/src/
Dlib.rs261 Primary = 0, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2249 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13102 const FunctionDecl *Primary = MD; in SetDeclDefaulted() local