Searched refs:AtLeastAsConstrained1 (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5303 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local 5304 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5308 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate() 5310 return AtLeastAsConstrained1 ? FT1 : FT2; in getMoreSpecializedTemplate() 5650 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecialized() local 5651 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) || in getMoreSpecialized() 5652 (IsMoreSpecialThanPrimaryCheck && !AtLeastAsConstrained1)) in getMoreSpecialized() 5656 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecialized() 5658 return AtLeastAsConstrained1 ? P1 : GetP2()(P1, P2); in getMoreSpecialized()
|
H A D | SemaOverload.cpp | 10057 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local 10059 AtLeastAsConstrained1) || in isBetterOverloadCandidate() 10063 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate() 10064 return AtLeastAsConstrained1; in isBetterOverloadCandidate() 12663 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local 12664 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate() 12668 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate() 12670 return AtLeastAsConstrained1; in resolveAddressOfSingleOverloadCandidate()
|