Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h174 struct Primary { argument
124 struct Primary { global() struct
125 SizeClassMapDefaultConfig::Primary global() argument
127 RegionSizeLogDefaultConfig::Primary global() argument
128 GroupSizeLogDefaultConfig::Primary global() argument
129 CompactPtrTDefaultConfig::Primary global() argument
130 CompactPtrScaleDefaultConfig::Primary global() argument
131 EnableRandomOffsetDefaultConfig::Primary global() argument
132 MapSizeIncrementDefaultConfig::Primary global() argument
134 RegionSizeLogDefaultConfig::Primary global() argument
135 GroupSizeLogDefaultConfig::Primary global() argument
136 CompactPtrTDefaultConfig::Primary global() argument
138 MinReleaseToOsIntervalMsDefaultConfig::Primary global() argument
139 MaxReleaseToOsIntervalMsDefaultConfig::Primary global() argument
169 struct Primary { global() struct
170 SizeClassMapAndroidConfig::Primary global() argument
172 RegionSizeLogAndroidConfig::Primary global() argument
173 CompactPtrTAndroidConfig::Primary global() argument
175 GroupSizeLogAndroidConfig::Primary global() argument
176 EnableRandomOffsetAndroidConfig::Primary global() argument
177 MapSizeIncrementAndroidConfig::Primary global() argument
179 RegionSizeLogAndroidConfig::Primary global() argument
180 GroupSizeLogAndroidConfig::Primary global() argument
181 CompactPtrTAndroidConfig::Primary global() argument
183 MinReleaseToOsIntervalMsAndroidConfig::Primary global() argument
184 MaxReleaseToOsIntervalMsAndroidConfig::Primary global() argument
213 struct Primary { global() struct
214 SizeClassMapFuchsiaConfig::Primary global() argument
217 RegionSizeLogFuchsiaConfig::Primary global() argument
218 GroupSizeLogFuchsiaConfig::Primary global() argument
220 RegionSizeLogFuchsiaConfig::Primary global() argument
221 GroupSizeLogFuchsiaConfig::Primary global() argument
223 CompactPtrTFuchsiaConfig::Primary global() argument
224 EnableRandomOffsetFuchsiaConfig::Primary global() argument
225 MapSizeIncrementFuchsiaConfig::Primary global() argument
226 CompactPtrScaleFuchsiaConfig::Primary global() argument
227 MinReleaseToOsIntervalMsFuchsiaConfig::Primary global() argument
228 MaxReleaseToOsIntervalMsFuchsiaConfig::Primary global() argument
243 struct Primary { global() struct
244 SizeClassMapTrustyConfig::Primary global() argument
245 RegionSizeLogTrustyConfig::Primary global() argument
246 GroupSizeLogTrustyConfig::Primary global() argument
247 CompactPtrTTrustyConfig::Primary global() argument
248 EnableRandomOffsetTrustyConfig::Primary global() argument
249 MapSizeIncrementTrustyConfig::Primary global() argument
250 CompactPtrScaleTrustyConfig::Primary global() argument
251 MinReleaseToOsIntervalMsTrustyConfig::Primary global() argument
252 MaxReleaseToOsIntervalMsTrustyConfig::Primary global() argument
H A Dcombined.h1019 PrimaryT Primary; global() variable
[all...]
/freebsd-src/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-src/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.h1031 setPrimaryMergedDecl(Decl * D,Decl * Primary) setPrimaryMergedDecl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp364 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency()
374 const SymbolRef Primary) { in getDependentSymbols()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp199 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; in dump() local
H A DASTDumper.cpp59 if (Primary != DC) { in dumpLookups() local
H A DDeclCXX.cpp876 NamedDecl *Primary = addedMember() local
H A DDecl.cpp4088 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { getTemplateInstantiationPattern() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp228 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp264 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp661 EmitCXXModuleInitFunc(Module * Primary) EmitCXXModuleInitFunc() argument
H A DCodeGenModule.cpp804 Module *Primary = getContext().getCurrentNamedModule(); Release() local
3040 EmitModuleInitializers(clang::Module * Primary) EmitModuleInitializers() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp76 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp871 Module *Primary = nullptr; ExecuteAction() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5953 ClassTemplateDecl *Primary = Spec->getSpecializedTemplate(); isMoreSpecializedThanPrimary() local
5986 VarTemplateDecl *Primary = Spec->getSpecializedTemplate(); isMoreSpecializedThanPrimary() local
H A DSemaInit.cpp10898 CXXRecordDecl *Primary = DeduceTemplateSpecializationFromInitializer() local
H A DSemaTemplate.cpp2302 CXXRecordDecl *Primary = Template->getTemplatedDecl(); global() member
H A DSemaDeclCXX.cpp18263 const FunctionDecl *Primary = FD; SetDeclDefaulted() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h176 Primary, global() enumerator
225 Node(K_,Prec::Primary,RHSComponentCache_,ArrayCache_,FunctionCache_) Node() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3112 GetScratchRegister(bool Is64Bit,bool IsLP64,const MachineFunction & MF,bool Primary) GetScratchRegister() argument