Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h106 void NORETURN reportCheckFailed(const char *File, int Line,
111 scudo::reportCheckFailed(__FILE__, __LINE__, #C1 " " #Op " " #C2, \
H A Dreport.cpp36 void NORETURN reportCheckFailed(const char *File, int Line, in reportCheckFailed() function