Searched refs:AtLeastAsConstrained2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5727 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local 5730 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5732 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate() 5836 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreConstrainedFunction() local 5839 if (IsAtLeastAsConstrained(F2, AC2, F1, AC1, AtLeastAsConstrained2)) in getMoreConstrainedFunction() 5841 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreConstrainedFunction() 6071 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecialized() local 6075 if (S.IsAtLeastAsConstrained(P2, AC2, P1, AC1, AtLeastAsConstrained2)) in getMoreSpecialized() 6077 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecialized()
|