Searched refs:NumParamTypes (Results 1 – 2 of 2) sorted by relevance
105 uint64_t NumParamTypes = 0; member459 FnStats.NumParamTypes++; in collectStatsForDie()1005 ParamWithType += Stats.NumParamTypes; in collectStatsForObjectFile()
4456 for (unsigned ParamIdx = 0, NumParamTypes = ParamTypes.size(), ArgIdx = 0; in DeduceTemplateArguments() local4457 ParamIdx != NumParamTypes; ++ParamIdx) { in DeduceTemplateArguments()4485 bool IsTrailingPack = ParamIdx + 1 == NumParamTypes; in DeduceTemplateArguments()