Home
last modified time | relevance | path

Searched refs:MayReturnNull (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1305 bool MayReturnNull() const { in MayReturnNull() function
1310 if (MayReturnNull()) in ReturnNullOrDie()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc278 options->may_return_null = allocator.MayReturnNull(); in GetOptions()