Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dreduction5.f9023 subroutine test2 subroutine
40 end subroutine test2 argument
H A Dnestedfn2.f9015 subroutine test2 subroutine
23 end subroutine test2 argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp8.cpp29 void test2() { in test2() function
62 void test2() { in test2() function
69 namespace test2 { namespace
H A Dp12.cpp41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() function
53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() function
66 void test2() { Opaque<1> _ = foo(Opaque<2>()); } in test2() function
72 namespace test2 { namespace
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dserialized-diags.m3 - (void) test2; method
10 - (void) test2 {} method
/minix3/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp4.cpp88 namespace test2 { namespace
169 Public test2() { return *this; } in test2() function in test4::Derived1
173 …Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its p… in test2() function
179 Public test2() { return *this; } in test2() function in test4::Derived2
182 Public test2(Derived2 &d) { return d; } in test2() function
190 …Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member … in test2() function
198 Public test2(Derived4 &d) { return d; } in test2() function
214 void test2() { in test2() function
233 void test2(const Test2 &t) { in test2() function
382 int test2(A<int> &a) { in test2() function in test15::A
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dmethod-conflict-1.m68 - (B*) test2; // broken-note {{previous definition is here}} method
73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'… method
79 - (A*) test2; method
83 - (id) test2 { return 0; } method
H A Dmethod-conflict-2.m29 - (B*) test2; // expected-note {{previous definition is here}} method
34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test… method
40 - (A*) test2; method
44 - (id) test2 { return 0; } method
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dattr-gnu.cpp19 virtual void test2() {} in test2() function in __anonc48a11d00111::B
26 void test2() [[]] override {} // Ok in test2() function in __anonc48a11d00111::D
H A Dwarn-tautological-undefined-compare.cpp14 class test2 { class
15 test2() : x(y) {} in test2() function in test2
H A Dwarn-undefined-bool-conversion.cpp15 class test2 { class
16 test2() : x(y) {} in test2() function in test2
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dtypename-specifier-3.cpp18 template<class T> struct test2 { T b() { return typename T::a; } }; // expected-error{{expected '('… in b() argument
H A Dinstantiate-attr.cpp26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; variable
29 namespace test2 { namespace
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp33 void test2() { in test2() function
75 void test2() { in test2() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3068.C17 virtual void test2(int a) { } in test2() function
36 virtual void test2(int a) { } in test2() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.memfn/
H A Dmember_function.pass.cpp22 char test2(int, double) {return 'c';} in test2() function
55 test2(F f) in test2() function
H A Dmember_function_const.pass.cpp22 char test2(int, double) const {return 'c';} in test2() function
59 test2(F f) in test2() function
H A Dmember_function_volatile.pass.cpp22 char test2(int, double) volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
H A Dmember_function_const_volatile.pass.cpp22 char test2(int, double) const volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_function.pass.cpp22 char test2(int, double) {return 'c';} in test2() function
55 test2(F f) in test2() function
H A Dmember_function_const.pass.cpp22 char test2(int, double) const {return 'c';} in test2() function
59 test2(F f) in test2() function
H A Dmember_function_const_volatile.pass.cpp22 char test2(int, double) const volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
H A Dmember_function_volatile.pass.cpp22 char test2(int, double) volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dppc64-align-struct.c6 struct test2 { int x; int y; } __attribute__((aligned (16))); struct
19 void test2 (int x, struct test2 y) in test2() function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dwarn-shadow.c34 struct test2 { struct
35 int i;

12345678910>>...31