Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc25 if (SCUDO_ALLOCATOR.canReturnNull()) {
98 if (SCUDO_ALLOCATOR.canReturnNull()) {
112 if (!SCUDO_ALLOCATOR.canReturnNull())
127 if (SCUDO_ALLOCATOR.canReturnNull()) {
221 if (SCUDO_ALLOCATOR.canReturnNull()) {
H A Dcombined.h802 bool canReturnNull() { in canReturnNull() function