Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp105 uint64_t NumParamTypes = 0; member
459 FnStats.NumParamTypes++; in collectStatsForDie()
1005 ParamWithType += Stats.NumParamTypes; in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4456 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(), ArgIdx = 0; in DeduceTemplateArguments() local
4457 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()
4485 bool IsTrailingPack = ParamIdx + 1 == NumParamTypes; in DeduceTemplateArguments()