Home
last modified time | relevance | path

Searched defs:Primary (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h54 struct Primary { struct
55 using SizeClassMap = DefaultSizeClassMap;
57 static const uptr RegionSizeLog = 32U;
58 static const uptr GroupSizeLog = 21U;
59 typedef uptr CompactPtrT;
60 static const uptr CompactPtrScale = 0;
61 static const bool EnableRandomOffset = true;
62 static const uptr MapSizeIncrement = 1UL << 18;
64 static const uptr RegionSizeLog = 19U;
65 static const uptr GroupSizeLog = 19U;
[all …]
H A Dcombined.h976 PrimaryT Primary; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h25 DiagnosticConsumer *Primary; variable
29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer()
35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local
90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
H A DASTContext.h1153 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { in setPrimaryMergedDecl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp241 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency()
251 const SymbolRef Primary) { in getDependentSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h95 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp57 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
H A DDeclCXX.cpp925 NamedDecl *Primary = in addedMember() local
H A DDecl.cpp4230 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { in getTemplateInstantiationPattern() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp228 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp695 void CodeGenModule::EmitCXXModuleInitFunc(Module *Primary) { in EmitCXXModuleInitFunc()
H A DCodeGenModule.cpp955 Module *Primary = getContext().getCurrentNamedModule(); in Release() local
3303 void CodeGenModule::EmitModuleInitializers(clang::Module *Primary) { in EmitModuleInitializers()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp71 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp326 CXXRecordDecl *Primary = Template->getTemplatedDecl(); member
H A DSemaTemplateDeduction.cpp6408 ClassTemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local
6441 VarTemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local
H A DSemaTemplateInstantiateDecl.cpp5785 if (auto *Primary = Function->getPrimaryTemplate(); in InstantiateFunctionDefinition() local
H A DSemaInit.cpp10298 CXXRecordDecl *Primary = in DeduceTemplateSpecializationFromInitializer() local
H A DSemaDeclCXX.cpp18576 const FunctionDecl *Primary = FD; in SetDeclDefaulted() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp935 Module *Primary = nullptr; in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h180 Primary, enumerator
228 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, in Node()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3231 const MachineFunction &MF, bool Primary) { in GetScratchRegister()