Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDOverload.h802 ovl_fail_bad_deduction, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp1087 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction) in destroyCandidates()
7619 Candidate.FailureKind = ovl_fail_bad_deduction; in AddMethodTemplateCandidate()
7706 Candidate.FailureKind = ovl_fail_bad_deduction; in AddTemplateOverloadCandidate()
8076 Candidate.FailureKind = ovl_fail_bad_deduction; in AddTemplateConversionCandidate()
10658 return FailureKind == ovl_fail_bad_deduction && in NotValidBecauseConstraintExprHasError()
11377 (Cand->FailureKind == ovl_fail_bad_deduction && in CheckArityMismatch()
11382 (Cand->FailureKind == ovl_fail_bad_deduction && in CheckArityMismatch()
11977 case ovl_fail_bad_deduction: in NoteFunctionCandidate()
12282 if (LFailureKind == ovl_fail_bad_deduction) { in operator ()()
12283 if (RFailureKind != ovl_fail_bad_deduction) in operator ()()
[all …]