Searched refs:may_return_null (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h36 void SetAllocatorMayReturnNull(bool may_return_null);
H A Dsanitizer_allocator.cpp257 void SetAllocatorMayReturnNull(bool may_return_null) { argument
258 atomic_store(&allocator_may_return_null, may_return_null,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp89 allocator_options.may_return_null, coverage, coverage_dir,
118 disabled.may_return_null = true;
H A Dasan_allocator.h38 u8 may_return_null; member in struct:__asan::AllocatorOptions
H A Dasan_allocator.cpp224 may_return_null = cf->allocator_may_return_null;
234 cf->allocator_may_return_null = may_return_null;
281 SetAllocatorMayReturnNull(options.may_return_null);
322 SetAllocatorMayReturnNull(options.may_return_null);
343 options->may_return_null = AllocatorMayReturnNull();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h141 Options.MayReturnNull = getFlags()->may_return_null;
576 u8 MayReturnNull : 1; // may_return_null

Completed in 127 milliseconds