Searched refs:AtLeastAsConstrained2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5163 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local 5166 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5168 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate() 5397 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local 5400 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5402 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedPartialSpecialization() 5461 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local 5464 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5466 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedPartialSpecialization()
|
| H A D | SemaOverload.cpp | 9931 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local 9935 AtLeastAsConstrained2)) in isBetterOverloadCandidate() 9937 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate() 12508 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local 12511 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate() 12513 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate()
|