Searched refs:CHECK_NE (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.cpp20 CHECK_NE(PageSizeCached, 0);
H A Dinternal_defs.h119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) macro
128 #define DCHECK_NE(A, B) CHECK_NE(A, B)
/openbsd-current/regress/sys/uvm/mmap_noreplace/
H A Dmmap_noreplace.c25 #define CHECK_NE(a, b) assert((a) != (b)) macro
50 CHECK_NE(MAP_FAILED, p);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp25 CHECK_NE(mb, (MBlock *)0);
64 CHECK_NE(s1, (SyncVar *)0);
67 CHECK_NE(s2, (SyncVar *)0);
94 CHECK_NE(mb1, (MBlock *)0);
97 CHECK_NE(mb2, (MBlock *)0);
104 CHECK_NE(s1, (SyncVar *)0);
107 CHECK_NE(s2, (SyncVar *)0);
/openbsd-current/regress/lib/libc/arc4random-fork/
H A Darc4random-fork.c30 #define CHECK_NE(a, b) assert((a) != (b)) macro
118 CHECK_NE(MAP_FAILED, bufparent);
122 CHECK_NE(MAP_FAILED, bufchildone);
126 CHECK_NE(MAP_FAILED, bufchildtwo);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h74 CHECK_NE(prev, nullptr);
75 CHECK_NE(x, nullptr);
89 CHECK_NE(this, l);
103 CHECK_NE(this, l);
H A Dsanitizer_procmaps_solaris.cpp27 CHECK_NE(fd, -1);
35 CHECK_NE(Size, -1);
H A Dsanitizer_thread_registry.cpp158 CHECK_NE(tctx, 0);
159 CHECK_NE(tid, kInvalidTid);
224 CHECK_NE(tctx, 0);
239 CHECK_NE(tctx, 0);
261 CHECK_NE(tctx, 0);
288 CHECK_NE(tctx, 0);
315 CHECK_NE(tctx, 0);
360 CHECK_NE(tctx, 0);
361 CHECK_NE(tctx->status, ThreadStatusInvalid);
362 CHECK_NE(tct
[all...]
H A Dsanitizer_coverage_fuchsia.cpp95 CHECK_NE(vmo_, ZX_HANDLE_INVALID);
175 CHECK_NE(vmo_, ZX_HANDLE_INVALID);
176 CHECK_NE(array_, nullptr);
H A Dsanitizer_allocator_local_cache.h35 CHECK_NE(class_id, 0UL);
50 CHECK_NE(class_id, 0UL);
160 CHECK_NE(class_id, 0UL);
175 CHECK_NE(class_id, 0UL);
H A Dsanitizer_stack_store.h65 CHECK_NE(id, 0);
H A Dsanitizer_mutex.cpp46 CHECK_NE(count, 0);
161 CHECK_NE(locked[i].seq, max_seq);
H A Dsanitizer_stackdepot.cpp164 CHECK_NE(nullptr, thread_);
177 CHECK_NE(nullptr, thread_);
H A Dsanitizer_allocator_size_class_map.h209 CHECK_NE(s, 0U);
H A Dsanitizer_stoptheworld_win.cpp152 CHECK_NE(ResumeThread(suspended_thread_handle), -1);
/openbsd-current/regress/sys/kern/signal/siginfo-fault/
H A Dsiginfo-fault.c42 #define CHECK_NE(a, b) assert((a) != (b)) macro
125 CHECK_NE(-1, pagesize);
135 CHECK_NE(MAP_FAILED, (p = mmap(NULL, pagesize, PROT_NONE,
164 CHECK_NE(MAP_FAILED, (p = mmap(NULL, pagesize, PROT_READ|PROT_WRITE,
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp38 CHECK_NE(__sanitizer::ShadowBounds.shadow_limit, 0);
107 CHECK_NE(state->stack_bottom, 0);
108 CHECK_NE(state->stack_top, 0);
144 CHECK_NE(thread, nullptr);
H A Dhwasan_allocation_functions.cpp34 CHECK_NE(memptr, 0);
/openbsd-current/regress/sys/uvm/minherit_zero/
H A Dminherit_zero.c28 #define CHECK_NE(a, b) assert((a) != (b)) macro
74 CHECK_NE(MAP_FAILED, p);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp95 CHECK_NE(mi->allocator_ptr, 0);
H A Dasan_fuchsia.cpp141 CHECK_NE(options->stack_bottom, 0);
142 CHECK_NE(options->stack_size, 0);
151 CHECK_NE(__sanitizer::MainThreadStackBase, 0);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp40 CHECK_NE(dtls, 0);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.cpp39 CHECK_NE(dtls, 0);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp72 CHECK_NE(s, &fdctx.globsync);
73 CHECK_NE(s, &fdctx.filesync);
74 CHECK_NE(s, &fdctx.socksync);
H A Dtsan_sync.cpp247 CHECK_NE(src, dst);
248 CHECK_NE(sz, 0);

Completed in 192 milliseconds

123