Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp58 unsigned NumParamTypes = 0; member
376 FnStats.NumParamTypes++; in collectStatsForDie()
609 ParamWithType += Stats.NumParamTypes; in collectStatsForObjectFile()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3381 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(); in DeduceTemplateArguments() local
3382 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()
3443 if (ParamIdx + 1 < NumParamTypes) in DeduceTemplateArguments()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp4155 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(), ArgIdx = 0; in DeduceTemplateArguments() local
4156 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()
4193 if (ParamIdx + 1 == NumParamTypes || PackScope.hasFixedArity()) { in DeduceTemplateArguments()