Home
last modified time | relevance | path

Searched refs:NumParamTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp104 uint64_t NumParamTypes = 0; member
448 FnStats.NumParamTypes++; in collectStatsForDie()
935 ParamWithType += Stats.NumParamTypes; in collectStatsForObjectFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4302 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(), ArgIdx = 0; in DeduceTemplateArguments() local
4303 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()
4329 bool IsTrailingPack = ParamIdx + 1 == NumParamTypes; in DeduceTemplateArguments()