Searched refs:NoConstructTraits (Results 1 – 1 of 1) sorted by relevance
222 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local230 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()274 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore() local309 Score += (1ULL << (NoConstructTraits + 0)); in getVariantMatchScore()312 Score += (1ULL << (NoConstructTraits + 1)); in getVariantMatchScore()315 Score += (1ULL << (NoConstructTraits + 2)); in getVariantMatchScore()323 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()