Home
last modified time | relevance | path

Searched defs:test (Results 26 – 50 of 2253) sorted by relevance

12345678910>>...91

/minix/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_queue_alloc.pass.cpp33 struct test struct
37 typedef test_allocator<int> allocator_type; argument
40 explicit test(const allocator_type& a) : base(a) {} in test() function
41 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
42 test(const test& q, const allocator_type& a) : base(q, a) {} in test() function
48 test<int> q(make<C>(5), test_allocator<int>(4)); in main() argument
H A Dctor_container_alloc.pass.cpp32 struct test struct
37 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
38 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() argument
40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() function
41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
43 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_container_alloc.pass.cpp32 struct test struct
37 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
38 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() function
40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() function
41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
43 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_copy_alloc.pass.cpp33 struct test struct
37 typedef test_allocator<int> allocator_type; argument
40 explicit test(const allocator_type& a) : base(a) {} in test() argument
41 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
42 test(const test& q, const allocator_type& a) : base(q, a) {} in test() function
48 test<int> q(make<C>(5), test_allocator<int>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_container_alloc.pass.cpp32 struct test struct
37 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
38 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() function
40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() argument
41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
43 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_queue_alloc.pass.cpp33 struct test struct
37 typedef test_allocator<int> allocator_type; argument
40 explicit test(const allocator_type& a) : base(a) {} in test() argument
41 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
42 test(const test& q, const allocator_type& a) : base(q, a) {} in test() argument
48 test<int> q(make<C>(5), test_allocator<int>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_container_alloc.pass.cpp32 struct test struct
37 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
38 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() function
40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() argument
41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
43 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_copy_alloc.pass.cpp33 struct test struct
37 typedef test_allocator<int> allocator_type; argument
40 explicit test(const allocator_type& a) : base(a) {} in test() argument
41 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
42 test(const test& q, const allocator_type& a) : base(q, a) {} in test() argument
48 test<int> q(make<C>(5), test_allocator<int>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dunderflow.pass.cpp19 struct test struct
23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0) in test() argument
25 test(const char* gnext_arg, std::streamsize n) in test() function
35 test sb(buf, 0, buf + 3); in main() argument
H A Dpbackfail.pass.cpp19 struct test struct
23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0) in test() function
25 test(const char* gnext_arg, std::streamsize n) in test() argument
35 test sb(buf, 0); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dunderflow.pass.cpp19 struct test struct
23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0) in test() argument
25 test(const char* gnext_arg, std::streamsize n) in test() function
35 test sb(buf, 0, buf + 3); in main() argument
H A Dpbackfail.pass.cpp19 struct test struct
23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0) in test() argument
25 test(const char* gnext_arg, std::streamsize n) in test() function
35 test sb(buf, 0); in main() argument
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dundefined-inline.cpp6 void test() { f(); } // expected-note{{used here}} in test() function
11 void test() { (void)sizeof(f()); } in test() function
17 void test() { f(); } // expected-note{{used here}} in test() function
23 void test() { error_on_zero(0); } // expected-note{{used here}} in test() function
28 void test(X &x) { x.f(); } in test() function
33 void test(X &x) { x.f(); } // expected-note{{used here}} in test() function
38 void test() { f(); } // no used-here note. in test() function
44 void test() { foo(); } in test() function
49 void test() { foo(); } in test() function
55 void test() { foo(); } in test() function
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp22 struct test struct
27 test() {} in test() function
49 test t; in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp22 struct test struct
27 test() {} in test() argument
49 test t; in main() argument
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dstret_lookup.m6 struct test { struct
7 char test[1024]; field
10 + (struct test)test; class
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp17 void test(A &a) { in test() function
21 void test(B &b) { in test() function
25 void test(C &c) { in test() function
29 void test(D &d) { in test() function
272 void A::test() { in test() function in test7::A
276 void B::test() { in test() function in test7::B
280 void C::test() { in test() function in test7::C
284 void D::test() { in test() function in test7::D
403 void test() { in test() function in test11::C
418 void test() { in test() function
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Din_avail.pass.cpp23 struct test struct
28 test() {} in test() function
45 test<char> t; in main() argument
H A Dsbumpc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsgetc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsnextc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsungetc.pass.cpp22 struct test struct
27 test() {} in test() function
45 test t; in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Din_avail.pass.cpp23 struct test struct
28 test() {} in test() argument
45 test<char> t; in main() argument
H A Dsbumpc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument

12345678910>>...91