Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp104 uint64_t NumParamTypes = 0; member
448 FnStats.NumParamTypes++; in collectStatsForDie()
934 ParamWithType += Stats.NumParamTypes; in collectStatsForObjectFile()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4022 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(), ArgIdx = 0; in DeduceTemplateArguments() local
4023 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()
4060 if (ParamIdx + 1 == NumParamTypes || PackScope.hasFixedArity()) { in DeduceTemplateArguments()