Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1087 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction) in destroyCandidates()
6857 Candidate.Viable = true; in AddOverloadCandidate()
6867 Candidate.Viable = false; in AddOverloadCandidate()
6884 Candidate.Viable = false; in AddOverloadCandidate()
6891 Candidate.Viable = false; in AddOverloadCandidate()
6905 Candidate.Viable = false; in AddOverloadCandidate()
6926 Candidate.Viable = false; in AddOverloadCandidate()
6937 Candidate.Viable = false; in AddOverloadCandidate()
6950 Candidate.Viable = false; in AddOverloadCandidate()
6964 Candidate.Viable = false; in AddOverloadCandidate()
[all …]
H A DSemaTemplateDeduction.cpp4070 if (FunctionDecl *Viable = in ResolveOverloadForDeduction() local
4072 return GetTypeOfFunction(S, R, Viable); in ResolveOverloadForDeduction()
H A DSemaInit.cpp9652 return Candidate.Viable && in PerformCopyInitialization()
9658 Candidate->Viable = false; in PerformCopyInitialization()
H A DSemaCodeComplete.cpp6125 if (Candidate.Viable) in mergeCandidatesWithResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td103 // Minimal Viable Product.
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h901 bool Viable : 1; member