HomeSort by relevance Sort by last modified time
    Searched refs:Primary (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
25 OwningPtr<DiagnosticConsumer> Primary;
31 Primary.reset(_Primary);
37 Primary->BeginSourceFile(LO, PP);
43 Primary->EndSourceFile();
48 Primary->finish();
52 return Primary->IncludeInDiagnosticCounts();
60 Primary->HandleDiagnostic(DiagLevel, Info);
65 return new ChainedDiagnosticConsumer(Primary->clone(Diags),
  /external/clang/include/clang/AST/
DeclLookups.h 69 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
71 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
72 if (StoredDeclsMap *Map = Primary->buildLookup())
78 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
80 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
81 if (StoredDeclsMap *Map = Primary->buildLookup())
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft
dictionary.ascend 23 ATTRIBUTE Ascend-Primary-Home-Agent 129 string
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
  /external/oprofile/events/mips/r12000/
events 21 event:0x11 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_MISSES_IN_DCACHE : Primary data cache misses by prefetch instructions
26 event:0x16 counters:0,1,2,3 um:zero minimum:500 name:QUADWORDS : Quadwords written back from primary data cache
29 event:0x19 counters:0,1,2,3 um:zero minimum:500 name:DCACHE_MISSES : Primary data cache misses
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 367 void SymbolManager::addSymbolDependency(const SymbolRef Primary,
369 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
373 SymbolDependencies[Primary] = dependencies;
381 const SymbolRef Primary) {
382 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
391 assert(LI != TheLiving.end() && "The primary symbol is not live.");
  /external/oprofile/events/mips/rm7000/
events 24 event:0x14 counters:0,1 um:zero minimum:500 name:PCACHE_WRITEBACKS : Primary cache writebacks
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 547 /// The dependent symbol should stay alive as long as the primary is alive.
548 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
550 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 325 milliseconds