Lines Matching refs:ScopedErrorReport
18 class ScopedErrorReport { class
20 ScopedErrorReport() : Message() { Message.append("Scudo ERROR: "); } in ScopedErrorReport() function in scudo::ScopedErrorReport
27 NORETURN ~ScopedErrorReport() { in ~ScopedErrorReport()
47 ScopedErrorReport Report; in reportCheckFailed()
54 ScopedErrorReport Report; in reportError()
59 ScopedErrorReport Report; in reportInvalidFlag()
66 ScopedErrorReport Report; in reportHeaderCorruption()
74 ScopedErrorReport Report; in reportHeaderRace()
81 ScopedErrorReport Report; in reportSanityCheckError()
88 ScopedErrorReport Report; in reportAlignmentTooBig()
97 ScopedErrorReport Report; in reportAllocationSizeTooBig()
104 ScopedErrorReport Report; in reportOutOfMemory()
125 ScopedErrorReport Report; in reportInvalidChunkState()
131 ScopedErrorReport Report; in reportMisalignedPointer()
140 ScopedErrorReport Report; in reportDeallocTypeMismatch()
149 ScopedErrorReport Report; in reportDeleteSizeMismatch()
156 ScopedErrorReport Report; in reportAlignmentNotPowerOfTwo()
163 ScopedErrorReport Report; in reportCallocOverflow()
170 ScopedErrorReport Report; in reportInvalidPosixMemalignAlignment()
178 ScopedErrorReport Report; in reportPvallocOverflow()
185 ScopedErrorReport Report; in reportInvalidAlignedAllocAlignment()