Home
last modified time | relevance | path

Searched defs:test (Results 226 – 250 of 60836) sorted by relevance

12345678910>>...2434

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() argument
42 test(const value_compare& compare, const container_type& container, in test() function
45 test(const value_compare& compare, container_type&& container, in test() function
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
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() function
42 test(const value_compare& compare, const container_type& container, in test() argument
45 test(const value_compare& compare, container_type&& container, 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
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() argument
42 test(const value_compare& compare, const container_type& container, in test() argument
45 test(const value_compare& compare, container_type&& container, 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
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() function
42 test(const value_compare& compare, const container_type& container, in test() argument
45 test(const value_compare& compare, container_type&& container, 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
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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() function
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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() function
42 test(const value_compare& compare, const container_type& container, in test() function
45 test(const value_compare& compare, container_type&& container, 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
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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() 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.cpp36 struct test struct
39 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
43 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
44 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
46 test(const value_compare& comp, const container_type& c, in test() argument
48 test(const value_compare& comp, container_type&& c, in test() argument
50 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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& compare, const test_allocator<int>& a) in test() function
42 test(const value_compare& compare, const container_type& container, in test() function
45 test(const value_compare& compare, container_type&& container, in test() function
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
/dports/x11-wm/awesome/awesome-4.3/tests/
H A Dtest-awful-rules.lua64 test = function(class) function
86 test = function(class) function
100 test = function(class) function
116 test = function(class) function
134 test = function(class) function
148 test = function(class) function
166 test = function(class) function
191 test = function(class) function
209 test = function(class) function
229 test = function(class) function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dnull01.f904 subroutine test subroutine
28 type :: dt0
31 type :: dt1
34 type :: dt2
37 type :: dt3
40 integer :: j local
41 type(dt0) :: dt0x
42 type(dt1) :: dt1x
45 integer, pointer :: ip0, ip1(:), ip2(:,:)
46 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dnull01.f905 subroutine test subroutine
29 type :: dt0
32 type :: dt1
35 type :: dt2
38 type :: dt3
41 integer :: j local
42 type(dt0) :: dt0x
43 type(dt1) :: dt1x
46 integer, pointer :: ip0, ip1(:), ip2(:,:)
47 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dnull01.f904 subroutine test subroutine
28 type :: dt0
31 type :: dt1
34 type :: dt2
37 type :: dt3
40 integer :: j local
41 type(dt0) :: dt0x
42 type(dt1) :: dt1x
45 integer, pointer :: ip0, ip1(:), ip2(:,:)
46 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dnull01.f904 subroutine test subroutine
33 type :: dt0
36 type :: dt1
39 type :: dt2
42 type :: dt3
45 integer :: j local
46 type(dt0) :: dt0x
47 type(dt1) :: dt1x
50 integer, pointer :: ip0, ip1(:), ip2(:,:)
51 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dnull01.f905 subroutine test subroutine
29 type :: dt0
32 type :: dt1
35 type :: dt2
38 type :: dt3
41 integer :: j local
42 type(dt0) :: dt0x
43 type(dt1) :: dt1x
46 integer, pointer :: ip0, ip1(:), ip2(:,:)
47 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dnull01.f904 subroutine test subroutine
28 type :: dt0
31 type :: dt1
34 type :: dt2
37 type :: dt3
40 integer :: j local
41 type(dt0) :: dt0x
42 type(dt1) :: dt1x
45 integer, pointer :: ip0, ip1(:), ip2(:,:)
46 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dnull01.f904 subroutine test subroutine
28 type :: dt0
31 type :: dt1
34 type :: dt2
37 type :: dt3
40 integer :: j local
41 type(dt0) :: dt0x
42 type(dt1) :: dt1x
45 integer, pointer :: ip0, ip1(:), ip2(:,:)
46 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/f18/f18-1688bef/test/semantics/
H A Dnull01.f9017 subroutine test subroutine
41 type :: dt0
44 type :: dt1
47 type :: dt2
50 type :: dt3
53 integer :: j local
54 type(dt0) :: dt0x
55 type(dt1) :: dt1x
58 integer, pointer :: ip0, ip1(:), ip2(:,:)
59 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dnull01.f905 subroutine test subroutine
29 type :: dt0
32 type :: dt1
35 type :: dt2
38 type :: dt3
41 integer :: j local
42 type(dt0) :: dt0x
43 type(dt1) :: dt1x
46 integer, pointer :: ip0, ip1(:), ip2(:,:)
47 integer, allocatable :: ia0, ia1(:), ia2(:,:)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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() argument
40 test(const value_compare& compare, const test_allocator<int>& a) in test() argument
42 test(const value_compare& compare, const container_type& container, in test() function
45 test(const value_compare& compare, container_type&& container, 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.cpp36 struct test struct
39 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
43 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
44 test(const value_compare& compare, const test_allocator<int>& a) in test() argument
46 test(const value_compare& compare, const container_type& container, in test() argument
48 test(const value_compare& compare, container_type&& container, in test() function
50 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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() 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_move_alloc.pass.cpp36 struct test struct
39 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
43 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
44 test(const value_compare& comp, const test_allocator<int>& a) in test() function
46 test(const value_compare& comp, const container_type& c, in test() function
48 test(const value_compare& comp, container_type&& c, in test() function
50 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_move_alloc.pass.cpp36 struct test struct
39 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
43 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
44 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
46 test(const value_compare& comp, const container_type& c, in test() argument
48 test(const value_compare& comp, container_type&& c, in test() function
50 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
51 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() argument
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() 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

12345678910>>...2434