Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc63 return scudo::setErrnoOnNull(Ptr);
113 return scudo::setErrnoOnNull(Ptr);
180 return scudo::setErrnoOnNull(Ptr);
188 return scudo::setErrnoOnNull(Ptr);
217 return scudo::setErrnoOnNull(NewPtr);
225 return scudo::setErrnoOnNull(Ptr);
314 return scudo::setErrnoOnNull(Ptr);
H A Dwrappers_c_checks.h23 inline void *setErrnoOnNull(void *Ptr) { in setErrnoOnNull() function