Home
last modified time | relevance | path

Searched defs:addHeaderTag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h275 ALWAYS_INLINE uptr addHeaderTag(uptr Ptr) { in addHeaderTag() function
281 ALWAYS_INLINE void *addHeaderTag(void *Ptr) { in addHeaderTag() function
H A Dsecondary.h51 template <typename Config> static uptr addHeaderTag(uptr Ptr) { in addHeaderTag() function