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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
fun-template-def.cpp 15 // expected-note@-2 3 {{candidate constructor (the implicit move constructor) not viable}}
47 dummy d1 = sizeof(t1); // expected-error {{no viable conversion}}
48 dummy d2 = offsetof(T, foo); // expected-error {{no viable conversion}}
49 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}}
class-template-ctor-initializer.cpp 60 struct Base { Base(int); }; // expected-note {{candidate constructor not viable}}
61 // expected-note@-1 {{candidate constructor (the implicit copy constructor) not viable}}
63 // expected-note@-3 {{candidate constructor (the implicit move constructor) not viable}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1-inst.cpp 13 T X<T>::value = 17; // expected-error{{no viable conversion}}
19 struct CannotInit { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
21 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
p1.cpp 11 T X0<T>::value = 0; // expected-error{{no viable conversion}}
17 struct X2 { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
19 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
  /external/clang/test/SemaCUDA/
function-target.cu 7 __device__ void h1d(void); // expected-note {{candidate function not viable: call to __device__ function from __host__ function}}
12 __device__ h1ds(); // expected-note {{candidate constructor not viable: call to __device__ function from __host__ function}}
23 __host__ void d1h(void); // expected-note {{candidate function not viable: call to __host__ function from __device__ function}}
implicit-member-target.cu 20 // expected-note@-4 {{candidate constructor (the implicit copy constructor) not viable}}
21 // expected-note@-5 {{candidate constructor (the implicit move constructor) not viable}}
42 // expected-note@-4 {{candidate constructor (the implicit copy constructor) not viable}}
43 // expected-note@-5 {{candidate constructor (the implicit move constructor) not viable}}
86 // expected-note@-5 {{candidate constructor (the implicit copy constructor) not viable}}
87 // expected-note@-6 {{candidate constructor (the implicit move constructor) not viable}}
108 // expected-note@-3 {{candidate constructor (the implicit copy constructor) not viable: call to __host__ function from __device__ function}}
109 // expected-note@-4 {{candidate constructor (the implicit default constructor) not viable}}
131 // expected-note@-3 {{candidate constructor not viable: call to __host__ function from __device__ function}}
132 // expected-note@-5 {{candidate constructor (the implicit copy constructor) not viable}}
    [all...]
implicit-member-target-collision.cu 19 // expected-note@-3 {{candidate constructor (the implicit default constructor}} not viable
21 // expected-note@-5 {{candidate constructor (the implicit copy constructor}} not viable
35 // expected-note@-5 {{candidate constructor (the implicit default constructor}} not viable
37 // expected-note@-7 {{candidate constructor (the implicit copy constructor}} not viable
51 // expected-note@-4 {{candidate constructor (the implicit default constructor}} not viable
53 // expected-note@-6 {{candidate constructor (the implicit copy constructor}} not viable
implicit-member-target-collision-cxx11.cu 19 // expected-note@-3 {{candidate constructor (the implicit default constructor) not viable}}
21 // expected-note@-5 {{candidate constructor (the implicit copy constructor) not viable}}
22 // expected-note@-6 {{candidate constructor (the implicit move constructor) not viable}}
36 // expected-note@-5 {{candidate constructor (the implicit default constructor}} not viable
38 // expected-note@-7 {{candidate constructor (the implicit copy constructor}} not viable
39 // expected-note@-8 {{candidate constructor (the implicit move constructor}} not viable
52 // expected-note@-4 {{candidate constructor (the implicit default constructor}} not viable
54 // expected-note@-6 {{candidate constructor (the implicit copy constructor}} not viable
55 // expected-note@-7 {{candidate constructor (the implicit move constructor}} not viable
  /external/clang/test/SemaCXX/
c99-variable-length-array-cxx11.cpp 27 // expected-note@-16{{candidate constructor not viable}}
28 // expected-note@-18{{candidate constructor (the implicit copy constructor) not viable}}
29 // expected-note@-19{{candidate constructor (the implicit move constructor) not viable}}
for-range-no-std.cpp 13 int begin(Range); // expected-note {{not viable}}
23 iter begin(ADL); // expected-note {{not viable}}
28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}
copy-assignment.cpp 73 na += a; // expected-error{{no viable overloaded '+='}}
76 nb = constB; // expected-error{{no viable overloaded '='}}
77 nb = convertibleToB; // expected-error{{no viable overloaded '='}}
79 nb = convertibleToConstB; // expected-error{{no viable overloaded '='}}
80 nb = convertibleToConstBref; // expected-error{{no viable overloaded '='}}
default1.cpp 20 void i(int = s) { } // expected-error {{no viable conversion}} \
29 struct Y { // expected-note 2{{candidate constructor (the implicit copy constructor) not viable}}
31 // expected-note@-2 2 {{candidate constructor (the implicit move constructor) not viable}}
37 void k(Y y = 17); // expected-error{{no viable conversion}} \
40 void kk(Y = 17); // expected-error{{no viable conversion}} \
cxx0x-initializer-aggregates.cpp 91 struct DefaultConstructor { // expected-note 2 {{not viable}}
92 DefaultConstructor(); // expected-note {{not viable}}
95 struct NoDefaultConstructor1 { // expected-note 2 {{not viable}}
96 NoDefaultConstructor1(int); // expected-note {{not viable}}
99 struct NoDefaultConstructor2 { // expected-note 4 {{not viable}}
100 NoDefaultConstructor2(int,int); // expected-note 2 {{not viable}}
cast-conversion.cpp 11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
13 B(A); // expected-note 3 {{candidate constructor not viable}}
direct-initializer.cpp 20 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
31 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
57 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
namespace.cpp 15 // expected-note@-1 {{candidate function (the implicit copy assignment operator) not viable}}
17 // expected-note@-3 {{candidate function (the implicit move assignment operator) not viable}}
47 x = 0; // expected-error {{no viable overloaded '='}}
converting-constructor.cpp 35 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
46 FromShortExplicitly fse2 = s; // expected-error{{no viable conversion}}
new-delete-cxx0x.cpp 18 struct T { // expected-note 2 {{not viable}}
19 T(int); // expected-note {{not viable}}
user-defined-conversions.cpp 72 X1(X1&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
83 int &ir = f(b); // expected-error{{no viable constructor copying parameter of type 'X1'}}
  /external/clang/test/Misc/
diag-aka-types.cpp 43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}}
52 int a1 = A<decltype(1 + 2)>(); // expected-error{{no viable conversion from 'A<decltype(1 + 2)>' (aka 'A<int>') to 'int'}}
53 int a2 = A<A<decltype(1 + 2)>>(); // expected-error{{no viable conversion from 'A<A<decltype(1 + 2)> >' (aka 'A<A<int> >') to 'int'}}
54 int a3 = A<__typeof(1 + 2)>(); // expected-error{{no viable conversion from 'A<typeof (1 + 2)>' (aka 'A<int>') to 'int'}}
55 int a4 = A<A<__typeof(1 + 2)>>(); // expected-error{{no viable conversion from 'A<A<typeof (1 + 2)> >' (aka 'A<A<int> >') to 'int'}}
58 int a5 = B(); // expected-error{{no viable conversion from 'B' (aka 'A<int>') to 'int'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 26 template<typename T> X<T> f1(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}} \
27 // expected-note{{candidate function [with T = Y] not viable: no known conversion from 'Y' to 'const Y &&' for 1st argument}}
40 template <class T> int g(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}}
  /external/clang/test/CXX/temp/temp.param/
p3.cpp 20 class T { /* ... */ }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
22 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
32 // expected-error{{no viable conversion}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 24 class C {}; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'B::B' to 'const C::C &' for 1st argument}}
26 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'B::B' to 'C::C &&' for 1st argument}}
47 // expected-error {{no viable conversion from 'B::B' to 'C::C'}}
59 template <class U> friend void foo(A &, U); // expected-note {{not viable: 1st argument ('const A<int>') would lose const qualifier}}
  /external/smali/smalidea/testData/
InvalidMethod.txt 29 PsiErrorElement:no viable alternative at input '.blah'
  /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}}

Completed in 303 milliseconds

12 3 4 5 6 7 8 91011>>