Home
last modified time | relevance | path

Searched refs:Opaque1 (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
H A Dp8.cpp4 struct Opaque1 {}; struct
16 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
30 foo(Opaque1()); in test2()
47 foo(Opaque1()); // expected-error {{no matching function for call}} in test0()
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}} in test1()
63 foo(Opaque1()); in test2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp15 struct Opaque1 {}; struct
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); in test0()
44 Opaque1 a = Derived().test1((int*) 0); in test1()
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0); in test2()
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()

1234