Home
last modified time | relevance | path

Searched refs:MaxParameters (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h248 static constexpr size_t MaxParameters = 15; member
249 static constexpr size_t MaxParameterBytes = MaxParameters * sizeof(uint64_t);
258 support::ulittle64_t ExceptionInformation[MaxParameters];
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp416 for (size_t Index = 0; Index < Exception.MaxParameters; ++Index) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3304 unsigned MaxParameters = 0, unsigned Start = 0, bool InDefaultArg = false) { in AddTemplateParameterChunks() argument
3313 if (MaxParameters) in AddTemplateParameterChunks()
3314 PEnd = Params->begin() + MaxParameters; in AddTemplateParameterChunks()
3362 AddTemplateParameterChunks(Context, Policy, Template, Opt, MaxParameters, in AddTemplateParameterChunks()