HomeSort by relevance Sort by last modified time
    Searched full:viable (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/clang/test/SemaCXX/
user-defined-conversions.cpp 72 X1(X1&); // expected-note{{candidate constructor not viable: no known conversion from 'X1' to 'X1 &' for 1st argument}}
83 int &ir = f(b); // expected-error{{no viable constructor copying parameter of type 'X1'}}
converting-constructor.cpp 39 FromShortExplicitly fse2 = s; // expected-error{{no viable conversion}}
vector.cpp 28 // expected-note{{candidate function not viable: no known conversion from 'convertible_to<longlong16_e>' to 'char16_e' for 1st argument}}
140 (void)(rto_c16 = to_c16); // expected-error{{no viable overloaded '='}}
159 (void)(rto_c16e = to_c16); // expected-error{{no viable overloaded '='}}
178 (void)(rto_c16 = c16e); // expected-error{{no viable overloaded '='}}
197 void accept_fltx2(fltx2); // expected-note{{candidate function not viable: no known conversion from 'double' to 'fltx2' for 1st argument}}
201 void accept_bool(bool); // expected-note{{candidate function not viable: no known conversion from 'fltx2' to 'bool' for 1st argument}}
overload-call.cpp 222 void derived4(C*); // expected-note{{candidate function not viable: cannot convert from base class pointer 'A *' to derived class pointer 'C *' for 1st argument}}
239 void derived5(C&); // expected-note{{candidate function not viable: cannot bind base class object of type 'A' to derived class reference 'C &' for 1st argument}}
320 template <class T> void foo(T t, unsigned N); // expected-note {{candidate function [with T = int] not viable: no known conversion from 'const char [6]' to 'unsigned int' for 2nd argument}}
321 void foo(int n, char N); // expected-note {{candidate function not viable: no known conversion from 'const char [6]' to 'char' for 2nd argument}}
322 void foo(int n); // expected-note {{candidate function not viable: requires 1 argument, but 2 were provided}}
323 void foo(unsigned n = 10); // expected-note {{candidate function not viable: requires at most 1 argument, but 2 were provided}}
324 void foo(int n, const char *s, int t); // expected-note {{candidate function not viable: requires 3 arguments, but 2 were provided}}
325 void foo(int n, const char *s, int t, ...); // expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
326 void foo(int n, const char *s, int t, int u = 0); // expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
380 static void foo(); // expected-note {{not viable}}
    [all...]
cv-unqual-rvalues.cpp 5 template <typename T_> void g (T_&); // expected-note 7{{not viable}}
direct-initializer.cpp 47 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
namespace.cpp 41 x = 0; // expected-error {{no viable overloaded '='}}
rval-references-examples.cpp 16 unique_ptr &operator=(unique_ptr &&other) { // expected-note{{candidate function not viable: no known conversion from 'unique_ptr<int>' to 'unique_ptr<int> &&' for 1st argument}}
96 void operator()(A&, const A&, A&&, const A&&, A&&, const A&&); // expected-note{{candidate function not viable: 5th argument ('const perfect_forwarding::A') would lose const qualifier}}
  /external/clang/test/SemaObjCXX/
arc-overloading.mm 4 int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__weak id *') has __weak ownership, but parameter has __strong ownership}}
58 int &f3(id __autoreleasing *); // expected-note{{candidate function not viable: 1st argument ('__unsafe_unretained id *') has __unsafe_unretained ownership, but parameter has __autoreleasing ownership}}
119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') has __weak ownership, but parameter has __strong ownership}} \
120 // expected-note{{candidate function not viable: 1st argument ('__autoreleasing id') has __autoreleasing ownership, but parameter has __strong ownership}} \
121 // expected-note{{candidate function not viable: 1st argument ('__unsafe_unretained id') has __unsafe_unretained ownership, but parameter has __strong ownership}}
178 void f9790531(void *inClientData); // expected-note {{candidate function not viable: cannot implicitly convert argument of type 'MixerEQGraphTestDelegate *const __strong' to 'void *' for 1st argument under ARC}}
179 void f9790531_1(struct S*inClientData); // expected-note {{candidate function not viable}}
180 void f9790531_2(char * inClientData); // expected-note {{candidate function not viable}}
objc-pointer-conv.mm 32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'const I *' to 'I *' for 1st argument}}
overload.mm 64 int& cv(A*); // expected-note {{previous declaration}} expected-note 2 {{not viable}}
80 int& qualid(id<P0>); // expected-note {{previous declaration}} expected-note {{not viable}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 25 X3(X3&); // expected-note{{candidate constructor not viable: no known conversion from 'X3' to 'X3 &' for 1st argument}}
46 X5(const X5&, const X5& = X5()); // expected-warning{{no viable constructor copying parameter of type 'X5'}}
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
p5-0x.cpp 64 int &&int2 = ConvertsTo<int&>(); // expected-error{{no viable conversion from 'ConvertsTo<int &>' to 'int'}}
65 int &&int3 = ConvertsTo<float&>(); // expected-error{{no viable conversion from 'ConvertsTo<float &>' to 'int'}}
121 int&& rri2 = X(); // expected-error{{no viable conversion from 'std_example_2::X' to 'int'}}
135 void int_rvalue_ref(int&&); // expected-note{{candidate function not viable: no known conversion from 'ConvertsTo<int &>' to 'int &&' for 1st argument}} \
136 // expected-note{{candidate function not viable: no known conversion from 'ConvertsTo<float &>' to 'int &&' for 1st argument}}
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 14 // expected-note {{candidate constructor (the implicit copy constructor) not viable}}
p14-0x.cpp 33 Explicit e2 = 42; // expected-error {{no viable conversion}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p2.cpp 13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function template not viable: requires at least 1 argument, but 0 were provided}}
p4.cpp 26 void five_args(int, int, int, int, int); // expected-note{{candidate function not viable: requires 5 arguments, but 6 were provided}}
54 struct A { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const A' for 1st argument}} \
55 // expected-note{{candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'A' for 1st argument}} \
56 // expected-note{{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 18 template<short s> void h(int (&)[s]); // expected-note{{candidate function template not viable: requires 1 argument, but 2 were provided}}
  /external/clang/test/FixIt/
fixit-function-call.cpp 101 // CHECK: error: no viable overloaded '='
112 // CHECK: candidate function not viable: no known conversion from 'C' to 'const C *' for 1st argument; take the address of the argument with &
113 // CHECK: candidate function not viable
114 // CHECK: candidate function not viable
  /external/clang/test/SemaTemplate/
instantiate-subscript.cpp 19 Result &result = t[u]; // expected-error{{no viable overloaded operator[] for type}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p2.cpp 60 Numbers2::g(i); // expected-error {{no viable conversion from 'int' to 'Numbers::Number'}}
64 Numbers2::g(f); // expected-error {{no viable conversion from 'float' to 'Numbers::Number'}}
  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 18 // STACK: note: candidate function not viable
25 // STACKLESS: note: candidate function not viable
diag-aka-types.cpp 42 void f(vector<string> v); // expected-note {{candidate function not viable: no known conversion from 'vector<string>' (aka 'std::vector<std::basic_string>') to 'vector<string>' (aka 'std::vector<versa_string>') for 1st argument}}
  /external/chromium/testing/gtest/m4/
gtest.m4 5 dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines
67 Google Test was enabled, but no viable version could be found.])
  /external/protobuf/gtest/m4/
gtest.m4 5 dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines
67 Google Test was enabled, but no viable version could be found.])

Completed in 2054 milliseconds

12 3 4 5 6