OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Viable
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
911
if (!i->
Viable
&& i->FailureKind == ovl_fail_bad_deduction)
3760
// the best
viable
function. Otherwise, this conversion is considered worse
3768
// In C++03, we pick #2 as the best
viable
function.
3769
// In C++11, we pick #1 as the best
viable
function, because ellipsis
3772
// convert arguments, #2 would be the best
viable
function in C++11.
3773
// If the best
viable
function has this conversion, a warning will be issued
5112
// constructors are
viable
but none is better than the others, the
6085
ViableConversions; // These are *potentially*
viable
in C++1y.
6097
// Collect explicit or
viable
(potentially in C++1y) conversions.
6112
"
viable
in C++1y")
[
all
...]
SemaTemplateDeduction.cpp
3771
if (FunctionDecl *
Viable
=
3773
return GetTypeOfFunction(S, R,
Viable
);
SemaInit.cpp
4131
// - If no
viable
initializer-list constructor is found, overload resolution
9298
// base within a constructor. If no
viable
function was
9928
return Candidate.
Viable
&&
9934
Candidate->
Viable
= false;
10152
// list why they were not
viable
when given the initializer list itself as
SemaCodeComplete.cpp
5661
// Add the remaining
viable
overload candidates as code-completion results.
5676
if (Candidate.
Viable
)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
55
/// No
viable
function found.
66
/// Requests that all candidates be shown.
Viable
candidates will
70
/// Requests that only
viable
candidates be shown.
739
/// This conversion candidate is not
viable
because its result
744
///
viable
because the final conversion was not an exact match.
747
/// (CUDA) This candidate was not
viable
because the callee
752
/// This candidate function was not
viable
because an enable_if
760
/// This candidate was not
viable
because its address could not be taken.
763
/// This inherited constructor is not
viable
because it would slice the
767
/// This candidate was not
viable
because it is a non-default multiversione
[
all
...]
Completed in 53 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026