Searched defs:Primary (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h25 DiagnosticConsumer *Primary; member in class:clang::ChainedDiagnosticConsumer
29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, argument
35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h30 typedef SizeClassAllocator64<SizeClassMap, 30U> Primary; typedef in struct:scudo::DefaultConfig
43 typedef SizeClassAllocator64<SizeClassMap, 30U> Primary; typedef in struct:scudo::AndroidConfig
57 typedef SizeClassAllocator64<SizeClassMap, 29U> Primary; typedef in struct:scudo::AndroidSvelteConfig
70 typedef SizeClassAllocator64<DefaultSizeClassMap, 30U> Primary; typedef in struct:scudo::FuchsiaConfig
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); local
H A DASTContext.h975 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h70 PrimaryAllocator Primary; member in class:CombinedAllocator
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp135 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp363 void SymbolManager::addSymbolDependency(const SymbolRef Primary, argument
376 getDependentSymbols( const SymbolRef Primary) argument
/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-exp.y362 Primary: label
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp81 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1967 CXXRecordDecl *Primary = Template->getTemplatedDecl(); member in struct:__anon3221::ConvertConstructorToDeductionGuideTransform

Completed in 391 milliseconds