Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp158 CHECK_NE(tctx, 0); in CreateThread()
159 CHECK_NE(tid, kInvalidTid); in CreateThread()
224 CHECK_NE(tctx, 0); in SetThreadName()
239 CHECK_NE(tctx, 0); in DetachThread()
261 CHECK_NE(tctx, 0); in JoinThread()
288 CHECK_NE(tctx, 0); in FinishThread()
315 CHECK_NE(tctx, 0); in StartThread()
360 CHECK_NE(tctx, 0); in SetThreadUserId()
361 CHECK_NE(tctx->status, ThreadStatusInvalid); in SetThreadUserId()
362 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.cpp31 CHECK_NE(fd, -1); in ReadProcMaps()
39 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_fuchsia.cpp47 CHECK_NE(utc_clock, ZX_HANDLE_INVALID); in NanoTime()
157 CHECK_NE(gSanitizerHeapVmar, ZX_HANDLE_INVALID); in GetSanitizerHeapVmar()
424 CHECK_NE(root_vmar, ZX_HANDLE_INVALID); in ReleaseMemoryPagesToOS()
H A Dsanitizer_stack_store.h65 CHECK_NE(id, 0); in IdToOffset()
H A Dsanitizer_internal_defs.h335 #define CHECK_NE(a, b) CHECK_IMPL((a), !=, (b)) macro
344 #define DCHECK_NE(a, b) CHECK_NE(a, b)
H A Dsanitizer_stoptheworld_win.cpp152 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.cpp984 CHECK_NE(pathname, NULL); in ReExec()
1022 CHECK_NE(map_start, ~(uptr)0); in MapDynamicShadow()
1080 CHECK_NE(map_start, static_cast<uptr>(-1)); in MapDynamicShadowAndAliases()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp38 CHECK_NE(__sanitizer::ShadowBounds.shadow_limit, 0); in InitShadow()
107 CHECK_NE(state->stack_bottom, 0); in InitStackAndTls()
108 CHECK_NE(state->stack_top, 0); in InitStackAndTls()
144 CHECK_NE(thread, nullptr); in FinishThreadInitialization()
H A Dhwasan_allocation_functions.cpp45 CHECK_NE(memptr, 0); in __sanitizer_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp139 CHECK_NE(options->stack_bottom, 0); in SetThreadStackAndTls()
140 CHECK_NE(options->stack_size, 0); in SetThreadStackAndTls()
149 CHECK_NE(__sanitizer::MainThreadStackBase, 0); in CreateMainThread()
/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.cpp20 CHECK_NE(PageSizeCached, 0); in getPageSizeSlow()
H A Dtiming.h134 CHECK_NE(Nesting.HandleId, T.HandleId); in nest()
/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()
H A Dtsan_platform_linux.cpp262 CHECK_NE(personality(old_personality | ADDR_NO_RANDOMIZE), -1); in ReExecIfNeeded()
290 CHECK_NE(personality(old_personality | ADDR_NO_RANDOMIZE), -1); in ReExecIfNeeded()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp40 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp39 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()

123