/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | segmented_array_test.cc | 37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr); in TEST() 38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr); in TEST() 46 ASSERT_NE(data.Append(TestData{0, 1}), nullptr); in TEST() 58 ASSERT_NE(data.Append(TestData{I, I + 1}), nullptr); in TEST() 71 ASSERT_NE(data.AppendEmplace(1, 1), nullptr); in TEST() 80 ASSERT_NE(data.AppendEmplace(1, 1), nullptr); in TEST() 95 ASSERT_NE(I0, data.begin()); in TEST() 100 ASSERT_NE(data.AppendEmplace(1, 1), nullptr); in TEST() 102 ASSERT_NE(data.begin(), data.end()); in TEST() 114 ASSERT_NE(data.AppendEmplace(1, 1), nullptr); in TEST() [all …]
|
H A D | profile_collector_test.cc | 40 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); in ValidateFileHeaderBlock() 54 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); in ValidateBlock() 55 ASSERT_NE(B.Size, 0u); in ValidateBlock() 68 ASSERT_NE(BlockSize, 0u); in ValidateBlock() 70 ASSERT_NE(ThreadId, 0u); in ValidateBlock() 168 ASSERT_NE(Profile1.Path.size(), Profile2.Path.size()); in TEST()
|
H A D | allocator_test.cc | 31 ASSERT_NE(B.Data, nullptr); in TEST() 37 ASSERT_NE(B1.Data, nullptr); in TEST()
|
H A D | function_call_trie_test.cc | 129 ASSERT_NE(R0->FId, R1->FId); in TEST() 132 ASSERT_NE(R0, nullptr); in TEST() 136 ASSERT_NE(R1, nullptr); in TEST() 236 ASSERT_NE(Trie.getRoots().size(), 0u); in TEST()
|
H A D | buffer_queue_test.cc | 41 ASSERT_NE(nullptr, Buf.Data); in TEST() 79 ASSERT_NE(nullptr, Buf.Data); in TEST() 140 ASSERT_NE(B0.Generation, B1.Generation); in TEST()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | unique-ptr-tests.cc | 102 ASSERT_NE (NULL, f); in test_implicit_deletion() 149 ASSERT_NE (NULL, f); in test_overwrite_of_non_null() 174 ASSERT_NE (NULL, f.get ()); in test_overloaded_ops() 177 ASSERT_NE (f, g); in test_overloaded_ops() 187 ASSERT_NE (NULL, p.get ()); in test_array_new() 200 ASSERT_NE (NULL, p.get ()); in test_xmalloc() 210 ASSERT_NE (NULL, p.get ()); in test_xmalloc_array()
|
H A D | tristate.cc | 143 ASSERT_NE (u, t); in test_ctors() 144 ASSERT_NE (u, f); in test_ctors() 145 ASSERT_NE (t, f); in test_ctors()
|
H A D | selftest.c | 168 ASSERT_NE (m_filename, NULL); in named_temp_file() 273 ASSERT_NE (NULL, path_to_selftest_files); in locate_file() 351 ASSERT_NE (1, 2); in test_assertions()
|
H A D | rtl-tests.c | 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); 255 ASSERT_NE (x1, x255);
|
H A D | input.c | 2037 ASSERT_NE (fname, NULL); in test_lexer() 2045 ASSERT_NE (tok, NULL); in test_lexer() 2051 ASSERT_NE (tok, NULL); in test_lexer() 2057 ASSERT_NE (tok, NULL); in test_lexer() 2063 ASSERT_NE (tok, NULL); in test_lexer() 2265 ASSERT_NE (fname, NULL); in lexer_test() 2278 ASSERT_NE (tok, NULL); in ~lexer_test() 2292 ASSERT_NE (tok, NULL); in get_token() 3608 ASSERT_NE (ordmap_a, ordmap_b); in test_line_offset_overflow()
|
H A D | function-tests.c | 126 ASSERT_NE (name, identifier_ptr); in test_fndecl_int_void() 166 ASSERT_NE (name, identifier_ptr); in test_fndecl_float_intchar()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-modref-tree.cc | 903 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse() 909 ASSERT_NE (base_node, NULL); in test_insert_search_collapse() 911 ASSERT_NE (base_node->refs, NULL); in test_insert_search_collapse() 916 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 921 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse() 925 ASSERT_NE (base_node->refs, NULL); in test_insert_search_collapse() 929 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 938 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 1002 ASSERT_NE (t1->bases, NULL); in test_merge() 1006 ASSERT_NE (base_node->refs, NULL); in test_merge() [all …]
|
H A D | tristate.cc | 143 ASSERT_NE (u, t); in test_ctors() 144 ASSERT_NE (u, f); in test_ctors() 145 ASSERT_NE (t, f); in test_ctors()
|
H A D | selftest.cc | 167 ASSERT_NE (m_filename, NULL); in named_temp_file() 287 ASSERT_NE (NULL, path_to_selftest_files); in locate_file() 365 ASSERT_NE (1, 2); in test_assertions()
|
H A D | rtl-tests.cc | 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); in run() 255 ASSERT_NE (x1, x255); in run()
|
H A D | input.cc | 2197 ASSERT_NE (fname, NULL); in test_lexer() 2205 ASSERT_NE (tok, NULL); in test_lexer() 2211 ASSERT_NE (tok, NULL); in test_lexer() 2217 ASSERT_NE (tok, NULL); in test_lexer() 2223 ASSERT_NE (tok, NULL); in test_lexer() 2425 ASSERT_NE (fname, NULL); in lexer_test() 2438 ASSERT_NE (tok, NULL); in ~lexer_test() 2452 ASSERT_NE (tok, NULL); in get_token() 3768 ASSERT_NE (ordmap_a, ordmap_b); in test_line_offset_overflow()
|
H A D | function-tests.cc | 127 ASSERT_NE (name, identifier_ptr); in test_fndecl_int_void() 167 ASSERT_NE (name, identifier_ptr); in test_fndecl_float_intchar()
|
H A D | opt-problem.cc | 238 ASSERT_NE (problem, NULL); in test_opt_result_failure_at()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cc | 110 ASSERT_NE(fd, kInvalidFd); in TEST() 115 ASSERT_NE(fd, kInvalidFd); in TEST() 129 ASSERT_NE(fd, kInvalidFd); in TEST() 293 ASSERT_NE(fd, kInvalidFd); in TEST() 306 ASSERT_NE(nullptr, p); in TEST()
|
H A D | sanitizer_pthread_wrappers.h | 52 ASSERT_NE(nullptr, *thread) << "Failed to create a thread, got error 0x" in PTHREAD_CREATE() 59 ASSERT_NE(0, CloseHandle(thread)); in PTHREAD_JOIN()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1100 ASSERT_NE((void *)0, (he)->h_name); \ 1101 ASSERT_NE((void *)0, (he)->h_aliases); \ 1102 ASSERT_NE((void *)0, (he)->h_addr_list); \ 1119 ASSERT_NE((void *)NULL, he); in TEST() 1127 ASSERT_NE((void *)NULL, he); in TEST() 1159 ASSERT_NE(0U, strlen(host)); in TEST() 1162 ASSERT_NE(0U, strlen(serv)); in TEST() 1167 ASSERT_NE((void *)NULL, he); in TEST() 1175 ASSERT_NE((void *)NULL, he); in TEST() 1188 ASSERT_NE((void *)NULL, result); in TEST() [all …]
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-get-passwd.c | 74 ASSERT_NE(pwd.uid, (unsigned)-1); in TEST_IMPL() 75 ASSERT_NE(pwd.gid, (unsigned)-1); in TEST_IMPL()
|
H A D | test-ipc.c | 176 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read() 244 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read_listen_after_bound_twice() 292 ASSERT_NE(channel->ipc, 0); in spawn_helper() 382 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read_connection()
|
H A D | test-tcp-connect-timeout.c | 99 ASSERT_NE(status, UV_ECANCELED); in connect_local_cb()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 7724 ASSERT_NE (model.get_rvalue (int_0, &ctxt), model.get_rvalue (int_42, &ctxt)); in test_unique_constants() 7748 ASSERT_NE (ptr_to_r0->hash (), ptr_to_r1->hash ()); in test_svalue_equality() 7749 ASSERT_NE (*ptr_to_r0, *ptr_to_r1); in test_svalue_equality() 7757 ASSERT_NE (cst_int_42->hash (), cst_int_0->hash ()); in test_svalue_equality() 7758 ASSERT_NE (*cst_int_42, *cst_int_0); in test_svalue_equality() 7767 ASSERT_NE (*ptr_to_r0, *cst_int_42); in test_svalue_equality() 7768 ASSERT_NE (*ptr_to_r0, *unknown_0); in test_svalue_equality() 7769 ASSERT_NE (*cst_int_42, *ptr_to_r0); in test_svalue_equality() 7770 ASSERT_NE (*cst_int_42, *unknown_0); in test_svalue_equality() 7771 ASSERT_NE (*unknown_0, *ptr_to_r0); in test_svalue_equality() [all …]
|