Home
last modified time | relevance | path

Searched refs:may_return_null (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp89 allocator_options.may_return_null, coverage, coverage_dir, in Print()
118 disabled.may_return_null = true; in AsanDeactivate()
H A Dasan_allocator.cpp283 may_return_null = cf->allocator_may_return_null; in SetFrom()
293 cf->allocator_may_return_null = may_return_null; in CopyTo()
340 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
384 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
405 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
H A Dasan_allocator.h39 u8 may_return_null; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp240 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument
241 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_allocator.h36 void SetAllocatorMayReturnNull(bool may_return_null);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc40 SCUDO_FLAG(bool, may_return_null, true,
H A Dcombined.h151 if (getFlags()->may_return_null) in init()