HomeSort by relevance Sort by last modified time
    Searched refs:Primary (Results 1 - 14 of 14) 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 70 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
71 if (Primary->hasExternalVisibleStorage())
72 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
73 if (StoredDeclsMap *Map = Primary->buildLookup())
79 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
80 if (Primary->hasExternalVisibleStorage())
81 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
82 if (StoredDeclsMap *Map = Primary->buildLookup())
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 104 // Some instructions have a primary opcode encoded in the top bits.
105 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK;
107 if (Primary) {
108 // If it's a primary opcode, the first operand is encoded in the bottom
111 switch (Primary) {
112 default: llvm_unreachable("Impossible primary CFI opcode");
115 addInstruction(Primary, Op1);
118 addInstruction(Primary, Op1, Data.getULEB128(Offset));
  /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 352 void SymbolManager::addSymbolDependency(const SymbolRef Primary,
354 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
358 SymbolDependencies[Primary] = dependencies;
366 const SymbolRef Primary) {
367 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
376 assert(LI != TheLiving.end() && "The primary symbol is not live.");
PathDiagnostic.cpp 65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
77 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
    [all...]
  /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 545 /// The dependent symbol should stay alive as long as the primary is alive.
546 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
548 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 77 // primary entity for which we are computing visibility. For example,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 385 void flattenTo(PathPieces &Primary, PathPieces &Current,
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 285 milliseconds