HomeSort by relevance Sort by last modified time
    Searched refs:Viable (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaOverload.cpp 770 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction)
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
570 /// This conversion candidate is not viable because its result
575 /// viable because the final conversion was not an exact match.
578 /// (CUDA) This candidate was not viable because the callee
583 /// This candidate function was not viable because an enable_if
624 /// Viable - True to indicate that this overload candidate is viable.
625 bool Viable;
    [all...]

Completed in 63 milliseconds