Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/minix/external/bsd/llvm/dist/clang/test/Lexer/
H A Dchar-escapes.c3 int test['\\' == 92 ? 1 : -1]; variable
4 int test['\"' == 34 ? 1 : -1]; variable
5 int test['\'' == 39 ? 1 : -1]; variable
6 int test['\?' == 63 ? 1 : -1]; variable
7 int test['\a' == 7 ? 1 : -1]; variable
8 int test['\b' == 8 ? 1 : -1]; variable
11 int test['\f' == 12 ? 1 : -1]; variable
12 int test['\n' == 10 ? 1 : -1]; variable
13 int test['\r' == 13 ? 1 : -1]; variable
14 int test['\t' == 9 ? 1 : -1]; variable
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& c, in test() argument
34 test(const value_compare& comp, container_type&& c, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
40 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
42 test(const value_compare& comp, const container_type& c, in test() argument
45 test(const value_compare& comp, container_type&& c, in test() function
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_cont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
40 test(const value_compare& comp, const test_allocator<int>& a) in test() function
42 test(const value_compare& comp, const container_type& c, in test() function
45 test(const value_compare& comp, container_type&& c, in test() function
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_move_alloc.pass.cpp35 struct test struct
38 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
42 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
43 test(const value_compare& comp, const test_allocator<int>& a) in test() function
45 test(const value_compare& comp, const container_type& c, in test() argument
47 test(const value_compare& comp, container_type&& c, in test() function
49 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_copy_alloc.pass.cpp31 struct test struct
34 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
39 test(const value_compare& comp, const test_allocator<int>& a) in test() function
41 test(const value_compare& comp, const container_type& c, in test() function
43 test(const test& q, const test_allocator<int>& a) : base(q, a) {} in test() function
44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
31 test(const value_compare& comp, const container_type& c, in test() function
34 test(const value_compare& comp, container_type&& c, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
40 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
42 test(const value_compare& comp, const container_type& c, in test() argument
45 test(const value_compare& comp, container_type&& c, in test() argument
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_cont_alloc.pass.cpp32 struct test struct
35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
39 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
40 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
42 test(const value_compare& comp, const container_type& c, in test() argument
45 test(const value_compare& comp, container_type&& c, in test() argument
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_move_alloc.pass.cpp35 struct test struct
38 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
42 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
43 test(const value_compare& comp, const test_allocator<int>& a) in test() function
45 test(const value_compare& comp, const container_type& c, in test() argument
47 test(const value_compare& comp, container_type&& c, in test() argument
49 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_copy_alloc.pass.cpp31 struct test struct
34 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
39 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
41 test(const value_compare& comp, const container_type& c, in test() argument
43 test(const test& q, const test_allocator<int>& a) : base(q, a) {} in test() argument
44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_alloc.pass.cpp20 struct test struct
23 typedef std::queue<int, std::deque<int, test_allocator<int> > > base; argument
25 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() function
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() function
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_rcontainer_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() argument
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() function
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() argument
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp20 struct test struct
23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base; argument
25 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() argument
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() argument
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_rcontainer_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() argument
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() argument
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() function
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp20 struct test struct
23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base; argument
25 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() function
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() function
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_rcontainer_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() argument
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() argument
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() argument
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_alloc.pass.cpp20 struct test struct
23 typedef std::queue<int, std::deque<int, test_allocator<int> > > base; argument
25 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} in test() argument
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} in test() argument
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_rcontainer_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() function
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp36 struct test struct
40 typedef test_allocator<MoveOnly> allocator_type; argument
43 explicit test(const allocator_type& a) : base(a) {} in test() function
44 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() argument
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument

12345678910>>...80