Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5295 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local
5298 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate()
5300 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate()
5526 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local
5529 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization()
5531 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedPartialSpecialization()
5590 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedPartialSpecialization() local
5593 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization()
5595 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedPartialSpecialization()
DSemaOverload.cpp9785 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local
9789 {RC1}, AtLeastAsConstrained2)) in isBetterOverloadCandidate()
9791 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate()
12333 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local
12336 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
12338 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate()