HomeSort by relevance Sort by last modified time
    Searched full:opaque1 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 13 struct opaque1 {}; struct
24 opaque1 foo(); // expected-note {{candidate}}
26 opaque1 test() {
32 opaque1 test() {
48 opaque1 foo(); // expected-note {{candidate}}
53 opaque1 test() {
63 opaque1 test() {
90 opaque1 foo();
93 opaque1 test1() {
111 opaque1 foo(); // expected-note {{candidate}
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 15 struct Opaque1 {};
26 Opaque1 test0(const int*);
29 Opaque1 test1(int*);
32 Opaque1 test2(int*) const;
35 Opaque1 test3(int*);
40 Opaque1 b = Derived().test0((const int*) 0);
44 Opaque1 a = Derived().test1((int*) 0);
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0);
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0);
p8.cpp 4 struct Opaque1 {};
16 foo(Opaque1()); // expected-error {{no matching function for call}}
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}}
30 foo(Opaque1());
47 foo(Opaque1()); // expected-error {{no matching function for call}}
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}}
63 foo(Opaque1());
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 15 struct Opaque1 {};
19 struct B { B(Opaque1); };
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 8 struct opaque1 *f3;
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 33 struct Opaque1 {}; struct Opaque2 {}; struct Opaque3 {};
36 void foo(Opaque1); // expected-note {{candidate}}
48 A::foo(Opaque1());
52 C1::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
53 C2::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
  /external/clang/test/Analysis/
malloc.mm 187 void *opaque1;

Completed in 524 milliseconds