Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5571 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecializedTemplate() local
5574 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate()
5576 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecializedTemplate()
5918 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in getMoreSpecialized() local
5922 if (S.IsAtLeastAsConstrained(P2, AC2, P1, AC1, AtLeastAsConstrained2)) in getMoreSpecialized()
5924 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in getMoreSpecialized()
H A DSemaOverload.cpp10463 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in isBetterOverloadCandidate() local
10467 AtLeastAsConstrained2)) in isBetterOverloadCandidate()
10469 if (AtLeastAsConstrained1 != AtLeastAsConstrained2) in isBetterOverloadCandidate()
13140 bool AtLeastAsConstrained1, AtLeastAsConstrained2; in resolveAddressOfSingleOverloadCandidate() local
13143 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
13145 if (AtLeastAsConstrained1 == AtLeastAsConstrained2) in resolveAddressOfSingleOverloadCandidate()