Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5571 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local
5572 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate()
5576 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate()
5578 return AtLeastAsConstrained1 ? FT1 : FT2; in getMoreSpecializedTemplate()
5918 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecialized() local
5919 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) || in getMoreSpecialized()
5920 (IsMoreSpecialThanPrimaryCheck && !AtLeastAsConstrained1)) in getMoreSpecialized()
5924 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecialized()
5926 return AtLeastAsConstrained1 ? P1 : GetP2()(P1, P2); in getMoreSpecialized()
H A DSemaOverload.cpp10463 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local
10465 AtLeastAsConstrained1) || in isBetterOverloadCandidate()
10469 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate()
10470 return AtLeastAsConstrained1; in isBetterOverloadCandidate()
13140 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local
13141 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate()
13145 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate()
13147 return AtLeastAsConstrained1; in resolveAddressOfSingleOverloadCandidate()