Searched refs:Depth1 (Results 1 – 1 of 1) sorted by relevance
716 unsigned Depth1 = CalculateTemplateDepthForConstraints( in AreConstraintExpressionsEqual() local723 if (Depth2 > Depth1) { in AreConstraintExpressionsEqual()724 OldConstr = AdjustConstraintDepth(*this, Depth2 - Depth1) in AreConstraintExpressionsEqual()727 } else if (Depth1 > Depth2) { in AreConstraintExpressionsEqual()728 NewConstr = AdjustConstraintDepth(*this, Depth1 - Depth2) in AreConstraintExpressionsEqual()1400 unsigned Depth1 = CalculateTemplateDepthForConstraints(*this, D1, true); in IsAtLeastAsConstrained() local1404 if (Depth2 > Depth1) { in IsAtLeastAsConstrained()1405 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()1408 } else if (Depth1 > Depth2) { in IsAtLeastAsConstrained()1409 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()