Searched refs:AtLeastAsConstrained1 (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 5728 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5732 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate() 5734 return AtLeastAsConstrained1 ? FT1 : FT2; in getMoreSpecializedTemplate() 5836 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreConstrainedFunction() local 5837 if (IsAtLeastAsConstrained(F1, AC1, F2, AC2, AtLeastAsConstrained1)) in getMoreConstrainedFunction() 5841 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreConstrainedFunction() 5843 return AtLeastAsConstrained1 ? FD1 : FD2; in getMoreConstrainedFunction() 6071 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecialized() local 6072 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) || in getMoreSpecialized() [all …]
|