Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp18 class ScopedErrorReport { class
20 ScopedErrorReport() : Message() { Message.append("Scudo ERROR: "); } in ScopedErrorReport() function in scudo::ScopedErrorReport
27 NORETURN ~ScopedErrorReport() { reportRawError(Message.data()); } in ~ScopedErrorReport()
43 ScopedErrorReport Report; in reportCheckFailed()
50 ScopedErrorReport Report; in reportError()
62 ScopedErrorReport Report; in reportInvalidFlag()
69 ScopedErrorReport Report; in reportHeaderCorruption()
76 ScopedErrorReport Report; in reportSanityCheckError()
83 ScopedErrorReport Report; in reportAlignmentTooBig()
92 ScopedErrorReport Report; in reportAllocationSizeTooBig()
[all …]