Searched refs:Primary (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h25 OwningPtr<DiagnosticConsumer> Primary; member in class:clang::ChainedDiagnosticConsumer
31 Primary.reset(_Primary);
37 Primary->BeginSourceFile(LO, PP);
43 Primary->EndSourceFile();
48 Primary->finish();
52 return Primary->IncludeInDiagnosticCounts();
60 Primary->HandleDiagnostic(DiagLevel, Info);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
81 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
82 if (Primary->hasExternalVisibleStorage())
83 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
84 if (StoredDeclsMap *Map = Primary->buildLookup())
91 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
92 if (StoredDeclsMap *Map = Primary
99 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
[all...]
H A DASTContext.h759 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { argument
760 MergedDecls[D] = Primary;
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp105 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; local
107 if (Primary) {
111 switch (Primary) {
115 addInstruction(Primary, Op1);
118 addInstruction(Primary, Op1, Data.getULEB128(Offset));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp351 void SymbolManager::addSymbolDependency(const SymbolRef Primary, argument
353 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
357 SymbolDependencies[Primary] = dependencies;
365 const SymbolRef Primary) {
366 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
364 getDependentSymbols( const SymbolRef Primary) argument
H A DPathDiagnostic.cpp66 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, argument
78 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
88 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
92 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Djv-exp.y363 Primary:
443 Primary '.' SimpleName
453 | Primary '.' SimpleName '(' ArgumentList_opt ')'
484 Primary
362 Primary: label
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1117 GetScratchRegister(bool Is64Bit, const MachineFunction &MF, bool Primary) {
1123 return Primary ? X86::R14 : X86::R13;
1125 return Primary ? X86::EBX : X86::EDI;
1129 return Primary ? X86::R11 : X86::R12;
1138 return Primary ? X86::EAX : X86::ECX;
1141 return Primary ? X86::EDX : X86::EAX;
1142 return Primary ? X86::ECX : X86::EAX;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h551 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
553 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp573 NamedDecl *Primary = local
575 if (Primary->getPreviousDecl())
576 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
577 Primary, AS);
579 Conversions.addDecl(Ctx, Primary, AS);
H A DDecl.cpp2828 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
2829 while (Primary->getInstantiatedFromMemberTemplate()) {
2832 if (Primary->isMemberSpecialization())
2835 Primary = Primary->getInstantiatedFromMemberTemplate();
2838 return Primary->getTemplatedDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h412 void flattenTo(PathPieces &Primary, PathPieces &Current,
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S111 .set VD_PRIMARY,1 # Primary VD
380 cmpb $VD_PRIMARY,%es:(%bx) # Primary VD?
388 have_vd: # Have Primary VD
790 msg_novd: .asciz "Could not find Primary Volume Descriptor\r\n"
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11899 const FunctionDecl *Primary = MD; local
11903 Pattern->isDefined(Primary);
11908 if (Primary == Primary->getCanonicalDecl())

Completed in 286 milliseconds