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

/freebsd-10.0-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-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h70 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
71 if (Primary->hasExternalVisibleStorage())
72 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
73 if (StoredDeclsMap *Map = Primary->buildLookup())
79 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
80 if (Primary->hasExternalVisibleStorage())
81 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
82 if (StoredDeclsMap *Map = Primary->buildLookup())
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp352 void SymbolManager::addSymbolDependency(const SymbolRef Primary, argument
354 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
358 SymbolDependencies[Primary] = dependencies;
366 const SymbolRef Primary) {
367 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
365 getDependentSymbols( const SymbolRef Primary) argument
H A DPathDiagnostic.cpp65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, argument
77 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Djv-exp.y363 Primary:
443 Primary '.' SimpleName
453 | Primary '.' SimpleName '(' ArgumentList_opt ')'
484 Primary
362 Primary: label
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1392 GetScratchRegister(bool Is64Bit, const MachineFunction &MF, bool Primary) {
1398 return Primary ? X86::R14 : X86::R13;
1400 return Primary ? X86::EBX : X86::EDI;
1404 return Primary ? X86::R11 : X86::R12;
1413 return Primary ? X86::EAX : X86::ECX;
1416 return Primary ? X86::EDX : X86::EAX;
1417 return Primary ? X86::ECX : X86::EAX;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2518 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
2519 while (Primary->getInstantiatedFromMemberTemplate()) {
2522 if (Primary->isMemberSpecialization())
2525 Primary = Primary->getInstantiatedFromMemberTemplate();
2528 return Primary->getTemplatedDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h396 void flattenTo(PathPieces &Primary, PathPieces &Current,
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11358 const FunctionDecl *Primary = MD; local
11362 Pattern->isDefined(Primary);
11367 if (Primary == Primary->getCanonicalDecl())

Completed in 155 milliseconds