Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5285 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local
5286 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate()
5290 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate()
5292 return AtLeastAsConstrained1 ? FT1 : FT2; in getMoreSpecializedTemplate()
5519 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local
5520 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization()
5524 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedPartialSpecialization()
5526 return AtLeastAsConstrained1 ? PS1 : PS2; in getMoreSpecializedPartialSpecialization()
5583 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local
5584 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization()
[all …]
DSemaOverload.cpp9782 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local
9784 {RC2}, AtLeastAsConstrained1) || in isBetterOverloadCandidate()
9788 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate()
9789 return AtLeastAsConstrained1; in isBetterOverloadCandidate()
12337 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local
12338 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate()
12342 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate()
12344 return AtLeastAsConstrained1; in resolveAddressOfSingleOverloadCandidate()