Searched refs:AllocatorMayReturnNull (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h35 bool AllocatorMayReturnNull();
H A Dsanitizer_allocator.cpp253 bool AllocatorMayReturnNull() { function in namespace:__sanitizer
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp78 if (AllocatorMayReturnNull()) {
94 if (AllocatorMayReturnNull())
109 if (AllocatorMayReturnNull())
150 if (AllocatorMayReturnNull())
166 if (AllocatorMayReturnNull())
176 if (AllocatorMayReturnNull())
199 if (AllocatorMayReturnNull())
219 if (AllocatorMayReturnNull())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp105 if (AllocatorMayReturnNull()) {
126 if (AllocatorMayReturnNull())
257 if (AllocatorMayReturnNull())
309 if (AllocatorMayReturnNull())
325 if (AllocatorMayReturnNull())
337 if (AllocatorMayReturnNull())
347 if (AllocatorMayReturnNull())
357 if (AllocatorMayReturnNull())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp157 if (AllocatorMayReturnNull()) {
175 if (AllocatorMayReturnNull())
250 if (AllocatorMayReturnNull())
286 if (AllocatorMayReturnNull())
301 if (AllocatorMayReturnNull())
313 if (AllocatorMayReturnNull())
323 if (AllocatorMayReturnNull())
333 if (AllocatorMayReturnNull())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp165 if (AllocatorMayReturnNull())
175 if (AllocatorMayReturnNull())
202 if (AllocatorMayReturnNull())
215 if (AllocatorMayReturnNull())
261 if (AllocatorMayReturnNull())
272 if (AllocatorMayReturnNull())
289 if (AllocatorMayReturnNull())
305 if (AllocatorMayReturnNull())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp343 options->may_return_null = AllocatorMayReturnNull();
418 if (AllocatorMayReturnNull())
455 if (AllocatorMayReturnNull()) {
477 if (AllocatorMayReturnNull())
694 if (AllocatorMayReturnNull())
903 if (AllocatorMayReturnNull())
933 if (AllocatorMayReturnNull())
947 if (AllocatorMayReturnNull())
958 if (AllocatorMayReturnNull())
969 if (AllocatorMayReturnNull())
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp313 if (AllocatorMayReturnNull())
326 if (AllocatorMayReturnNull())
332 if (AllocatorMayReturnNull())
358 if (AllocatorMayReturnNull())
562 if (AllocatorMayReturnNull())
583 return AllocatorMayReturnNull();

Completed in 183 milliseconds