Home
last modified time | relevance | path

Searched refs:CHECK_NE (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp173 CHECK_NE(tctx, 0); in CreateThread()
174 CHECK_NE(tid, kInvalidTid); in CreateThread()
239 CHECK_NE(tctx, 0); in SetThreadName()
254 CHECK_NE(tctx, 0); in DetachThread()
276 CHECK_NE(tctx, 0); in JoinThread()
303 CHECK_NE(tctx, 0); in FinishThread()
330 CHECK_NE(tctx, 0); in StartThread()
375 CHECK_NE(tctx, 0); in SetThreadUserId()
376 CHECK_NE(tctx->status, ThreadStatusInvalid); in SetThreadUserId()
377 CHECK_NE(tctx->status, ThreadStatusDead); in SetThreadUserId()
H A Dsanitizer_list.h74 CHECK_NE(prev, nullptr); in extract()
75 CHECK_NE(x, nullptr); in extract()
89 CHECK_NE(this, l); in append_front()
103 CHECK_NE(this, l); in append_back()
H A Dsanitizer_coverage_fuchsia.cpp95 CHECK_NE(vmo_, ZX_HANDLE_INVALID); in Dump()
175 CHECK_NE(vmo_, ZX_HANDLE_INVALID); in Setup()
176 CHECK_NE(array_, nullptr); in Setup()
H A Dsanitizer_procmaps_solaris.cpp28 CHECK_NE(fd, -1); in ReadProcMaps()
36 CHECK_NE(Size, -1); in ReadProcMaps()
H A Dsanitizer_allocator_local_cache.h35 CHECK_NE(class_id, 0UL); in Allocate()
50 CHECK_NE(class_id, 0UL); in Deallocate()
160 CHECK_NE(class_id, 0UL); in Allocate()
175 CHECK_NE(class_id, 0UL); in Deallocate()
H A Dsanitizer_stackdepot.cpp164 CHECK_NE(nullptr, thread_); in Stop()
177 CHECK_NE(nullptr, thread_); in LockAndStop()
H A Dsanitizer_mutex.cpp46 CHECK_NE(count, 0); in Post()
161 CHECK_NE(locked[i].seq, max_seq); in Lock()
H A Dsanitizer_stack_store.h65 CHECK_NE(id, 0); in IdToOffset()
H A Dsanitizer_fuchsia.cpp47 CHECK_NE(utc_clock, ZX_HANDLE_INVALID); in NanoTime()
156 CHECK_NE(gSanitizerHeapVmar, ZX_HANDLE_INVALID); in GetSanitizerHeapVmar()
423 CHECK_NE(root_vmar, ZX_HANDLE_INVALID); in ReleaseMemoryPagesToOS()
H A Dsanitizer_internal_defs.h338 #define CHECK_NE(a, b) CHECK_IMPL((a), !=, (b)) macro
347 #define DCHECK_NE(a, b) CHECK_NE(a, b)
H A Dsanitizer_stoptheworld_win.cpp154 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
H A Dsanitizer_posix.cpp208 CHECK_NE(fsize, (uptr)-1); in MapFileToMemory()
246 CHECK_NE(0, segment.end); in MemoryRangeIsAvailable()
H A Dsanitizer_allocator_size_class_map.h209 CHECK_NE(s, 0U); in Validate()
H A Dsanitizer_linux_libcdep.cpp979 CHECK_NE(pathname, NULL); in ReExec()
1017 CHECK_NE(map_start, ~(uptr)0); in MapDynamicShadow()
1075 CHECK_NE(map_start, static_cast<uptr>(-1)); in MapDynamicShadowAndAliases()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp47 CHECK_NE(__sanitizer::ShadowBounds.shadow_limit, 0); in InitShadow()
116 CHECK_NE(state->stack_bottom, 0); in InitStackAndTls()
117 CHECK_NE(state->stack_top, 0); in InitStackAndTls()
153 CHECK_NE(thread, nullptr); in FinishThreadInitialization()
H A Dhwasan_allocation_functions.cpp44 CHECK_NE(memptr, 0); in __sanitizer_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp143 CHECK_NE(options->stack_bottom, 0); in SetThreadStackAndTls()
144 CHECK_NE(options->stack_size, 0); in SetThreadStackAndTls()
153 CHECK_NE(__sanitizer::MainThreadStackBase, 0); in CreateMainThread()
H A Dasan_linux.cpp148 CHECK_NE(personality(old_personality | ADDR_NO_RANDOMIZE), -1); in TryReExecWithoutASLR()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
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)
H A Dcommon.cpp26 CHECK_NE(PageSizeCached, 0); in getPageSizeSlow()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp72 CHECK_NE(s, &fdctx.globsync); in unref()
73 CHECK_NE(s, &fdctx.filesync); in unref()
74 CHECK_NE(s, &fdctx.socksync); in unref()
H A Dtsan_sync.cpp247 CHECK_NE(src, dst); in MoveMemory()
248 CHECK_NE(sz, 0); in MoveMemory()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp35 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp34 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp44 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()

123