Home
last modified time | relevance | path

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

/freebsd/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.cpp335 may_return_null = cf->allocator_may_return_null; in SetFrom()
345 cf->allocator_may_return_null = may_return_null; in CopyTo()
391 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
427 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
449 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp193 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument
194 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_allocator.h37 void SetAllocatorMayReturnNull(bool may_return_null);
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc40 SCUDO_FLAG(bool, may_return_null, true,
H A Dcombined.h158 if (getFlags()->may_return_null) in init()