Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1789 unsigned Depth2 = CalculateTemplateDepthForConstraints(*this, D2, true); in IsAtLeastAsConstrained() local
1792 if (Depth2 > Depth1) { in IsAtLeastAsConstrained()
1793 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()
1796 } else if (Depth1 > Depth2) { in IsAtLeastAsConstrained()
1797 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()