Home
last modified time | relevance | path

Searched refs:test_true (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp123 void test_true() in test_true() function
156 test_true <Empty>(); in test()
158 test_true <CtorDefaulted>(); in test()
160 test_true <DtorDefaulted>(); in test()
163 test_true <Noexcept>(); in test()
164 test_true <NoexceptTrue>(); in test()
175 test_true <CtorExplicit>(); in test()
180 test_true <Derived>(); in test()
215 test_true <std::set<int>>(); in test()
242 test_true <std::string>(); in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp123 void test_true() in test_true() function
156 test_true <Empty>(); in test()
158 test_true <CtorDefaulted>(); in test()
160 test_true <DtorDefaulted>(); in test()
163 test_true <Noexcept>(); in test()
164 test_true <NoexceptTrue>(); in test()
175 test_true <CtorExplicit>(); in test()
180 test_true <Derived>(); in test()
215 test_true <std::set<int>>(); in test()
242 test_true <std::string>(); in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp123 void test_true()
156 test_true <Empty>();
158 test_true <CtorDefaulted>();
160 test_true <DtorDefaulted>();
163 test_true <Noexcept>();
164 test_true <NoexceptTrue>();
175 test_true <CtorExplicit>();
180 test_true <Derived>();
215 test_true <std::set<int>>();
242 test_true <std::string>();
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp123 void test_true() in test_true() function
156 test_true <Empty>(); in test()
158 test_true <CtorDefaulted>(); in test()
160 test_true <DtorDefaulted>(); in test()
163 test_true <Noexcept>(); in test()
164 test_true <NoexceptTrue>(); in test()
175 test_true <CtorExplicit>(); in test()
180 test_true <Derived>(); in test()
213 test_true <std::set<int>>(); in test()
238 test_true <std::string>(); in test()
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/tests/libmemcached-1.0/
H A Dstring.cc58 test_true(string.options.is_initialized); in string_static_null()
59 test_true(string_ptr); in string_static_null()
64 test_true(&string == string_ptr); in string_static_null()
66 test_true(string.options.is_initialized); in string_static_null()
81 test_true(string); in string_alloc_null()
82 test_true(memcached_is_allocated(string)); in string_alloc_null()
95 test_true(string); in string_alloc_with_size()
126 test_true(string); in string_alloc_append()
134 test_true(rc == MEMCACHED_SUCCESS); in string_alloc_append()
156 test_true(string); in string_alloc_append_toobig()
[all …]
H A Dketama.cc52 test_true(memc); in ketama_compatibility_libmemcached()
109 test_true(memc); in user_supplied_bug18()
115 test_true(value == 1); in user_supplied_bug18()
121 test_true(value == MEMCACHED_HASH_MD5); in user_supplied_bug18()
167 test_true(memc); in auto_eject_hosts()
173 test_true(value == 1); in auto_eject_hosts()
179 test_true(value == MEMCACHED_HASH_MD5); in auto_eject_hosts()
186 test_true(value == 1); in auto_eject_hosts()
215 test_true(server_idx != 2); in auto_eject_hosts()
243 test_true(memc); in ketama_compatibility_spymemcached()
[all …]
H A Dvirtual_buckets.cc96 test_true(memc); in virtual_back_map()
100 test_true(rc == MEMCACHED_SUCCESS); in virtual_back_map()
104 test_true(dt == MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET); in virtual_back_map()
107 test_true(rc == MEMCACHED_SUCCESS); in virtual_back_map()
110 test_true(hash_type == MEMCACHED_HASH_CRC); in virtual_back_map()
113 test_true(server_pool); in virtual_back_map()
117 test_true(memcached_server_count(memc) == 3); in virtual_back_map()
119 test_true(server_pool[0].port == 11211); in virtual_back_map()
122 test_true(server_pool[1].port == 11210); in virtual_back_map()
125 test_true(server_pool[2].port == 11211); in virtual_back_map()
[all …]
/dports/databases/libmemcached/libmemcached-1.0.18/tests/libmemcached-1.0/
H A Dstring.cc58 test_true(string.options.is_initialized); in string_static_null()
59 test_true(string_ptr); in string_static_null()
64 test_true(&string == string_ptr); in string_static_null()
66 test_true(string.options.is_initialized); in string_static_null()
81 test_true(string); in string_alloc_null()
82 test_true(memcached_is_allocated(string)); in string_alloc_null()
95 test_true(string); in string_alloc_with_size()
126 test_true(string); in string_alloc_append()
134 test_true(rc == MEMCACHED_SUCCESS); in string_alloc_append()
156 test_true(string); in string_alloc_append_toobig()
[all …]
H A Dketama.cc52 test_true(memc);
109 test_true(memc);
115 test_true(value == 1);
121 test_true(value == MEMCACHED_HASH_MD5);
167 test_true(memc);
173 test_true(value == 1);
179 test_true(value == MEMCACHED_HASH_MD5);
186 test_true(value == 1);
215 test_true(server_idx != 2);
243 test_true(memc);
[all …]
H A Dvirtual_buckets.cc96 test_true(memc);
100 test_true(rc == MEMCACHED_SUCCESS);
104 test_true(dt == MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET);
107 test_true(rc == MEMCACHED_SUCCESS);
110 test_true(hash_type == MEMCACHED_HASH_CRC);
113 test_true(server_pool);
117 test_true(memcached_server_count(memc) == 3);
119 test_true(server_pool[0].port == 11211);
122 test_true(server_pool[1].port == 11210);
125 test_true(server_pool[2].port == 11211);
[all …]
/dports/devel/gearmand/gearmand-1.0.6/tests/libgearman-1.0/
H A Dexecute.cc56 test_true(client); in gearman_execute_test()
58 test_true(worker_function); in gearman_execute_test()
76 test_true(client); in gearman_execute_NULL_workload_TEST()
78 test_true(worker_function); in gearman_execute_NULL_workload_TEST()
83 test_true(task= gearman_execute(client, in gearman_execute_NULL_workload_TEST()
97 test_true(client); in gearman_execute_NULL_attr_NULL_workload_TEST()
99 test_true(worker_function); in gearman_execute_NULL_attr_NULL_workload_TEST()
102 test_true(task= gearman_execute(client, in gearman_execute_NULL_attr_NULL_workload_TEST()
155 test_true(worker_function); in gearman_execute_epoch_test()
166 test_true(gearman_task_is_known(task)); in gearman_execute_epoch_test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AArch64/
H A Danalyze-branch.ll6 declare void @test_true()
22 ; CHECK-NEXT: bl test_true
28 call void @test_true()
48 ; CHECK: bl test_true
51 call void @test_true()
72 call void @test_true()
90 ; CHECK: bl test_true
93 call void @test_true()
132 ; CHECK: bl test_true
176 ; CHECK: bl test_true
[all …]

12345678910>>...16