Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp281 may_return_null = cf->allocator_may_return_null; in SetFrom()
291 cf->allocator_may_return_null = may_return_null; in CopyTo()
337 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
373 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
394 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
H A Dasan_allocator.h39 u8 may_return_null; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp189 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument
190 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_allocator.h37 void SetAllocatorMayReturnNull(bool may_return_null);
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dflags.inc40 SCUDO_FLAG(bool, may_return_null, true,
H A Dcombined.h155 if (getFlags()->may_return_null) in init()
/openbsd-src/gnu/llvm/llvm/docs/
H A DScudoHardenedAllocator.rst246 | may_return_null | true | true | Whether or not a non-fatal fa…