Searched defs:Primary (Results 1 – 15 of 15) sorted by relevance
/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/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
|
D | ASTContext.h | 865 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { in setPrimaryMergedDecl()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | plane.h | 11 Primary = 1 << 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LoopTraversal.cpp | 40 bool Primary = true; in traverse() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 347 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency() 361 const SymbolRef Primary) { in getDependentSymbols()
|
D | PathDiagnostic.cpp | 64 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parse() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 108 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 610 NamedDecl *Primary = in addedMember() local
|
D | ASTDumper.cpp | 784 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
|
D | Decl.cpp | 3154 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { in getTemplateInstantiationPattern() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2200 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2056 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 13102 const FunctionDecl *Primary = MD; in SetDeclDefaulted() local
|