Home
last modified time | relevance | path

Searched refs:Viable (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOverload.cpp911 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction) in destroyCandidates()
6324 Candidate.Viable = true; in AddOverloadCandidate()
6336 Candidate.Viable = false; in AddOverloadCandidate()
6343 Candidate.Viable = false; in AddOverloadCandidate()
6357 Candidate.Viable = false; in AddOverloadCandidate()
6378 Candidate.Viable = false; in AddOverloadCandidate()
6389 Candidate.Viable = false; in AddOverloadCandidate()
6401 Candidate.Viable = false; in AddOverloadCandidate()
6414 Candidate.Viable = false; in AddOverloadCandidate()
6427 Candidate.Viable = false; in AddOverloadCandidate()
[all …]
DSemaTemplateDeduction.cpp3771 if (FunctionDecl *Viable = in ResolveOverloadForDeduction() local
3773 return GetTypeOfFunction(S, R, Viable); in ResolveOverloadForDeduction()
DSemaInit.cpp9929 return Candidate.Viable && in PerformCopyInitialization()
9935 Candidate->Viable = false; in PerformCopyInitialization()
DSemaCodeComplete.cpp5679 if (Candidate.Viable) in mergeCandidatesWithResults()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssembly.td89 // Minimal Viable Product.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DOverload.h816 bool Viable : 1; member