Lines Matching refs:Report

47   ScopedErrorReport Report;  in reportCheckFailed()  local
48 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n", in reportCheckFailed()
54 ScopedErrorReport Report; in reportError() local
55 Report.append("%s\n", Message); in reportError()
59 ScopedErrorReport Report; in reportInvalidFlag() local
60 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); in reportInvalidFlag()
66 ScopedErrorReport Report; in reportHeaderCorruption() local
67 Report.append("corrupted chunk header at address %p\n", Ptr); in reportHeaderCorruption()
74 ScopedErrorReport Report; in reportHeaderRace() local
75 Report.append("race on chunk header at address %p\n", Ptr); in reportHeaderRace()
81 ScopedErrorReport Report; in reportSanityCheckError() local
82 Report.append("maximum possible %s doesn't fit in header\n", Field); in reportSanityCheckError()
88 ScopedErrorReport Report; in reportAlignmentTooBig() local
89 Report.append("invalid allocation alignment: %zu exceeds maximum supported " in reportAlignmentTooBig()
97 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
98 Report.append("requested allocation size %zu (%zu after adjustments) exceeds " in reportAllocationSizeTooBig()
104 ScopedErrorReport Report; in reportOutOfMemory() local
105 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
125 ScopedErrorReport Report; in reportInvalidChunkState() local
126 Report.append("invalid chunk state when %s address %p\n", in reportInvalidChunkState()
131 ScopedErrorReport Report; in reportMisalignedPointer() local
132 Report.append("misaligned pointer when %s address %p\n", in reportMisalignedPointer()
140 ScopedErrorReport Report; in reportDeallocTypeMismatch() local
141 Report.append("allocation type mismatch when %s address %p (%d vs %d)\n", in reportDeallocTypeMismatch()
149 ScopedErrorReport Report; in reportDeleteSizeMismatch() local
150 Report.append( in reportDeleteSizeMismatch()
156 ScopedErrorReport Report; in reportAlignmentNotPowerOfTwo() local
157 Report.append( in reportAlignmentNotPowerOfTwo()
163 ScopedErrorReport Report; in reportCallocOverflow() local
164 Report.append("calloc parameters overflow: count * size (%zu * %zu) cannot " in reportCallocOverflow()
170 ScopedErrorReport Report; in reportInvalidPosixMemalignAlignment() local
171 Report.append( in reportInvalidPosixMemalignAlignment()
178 ScopedErrorReport Report; in reportPvallocOverflow() local
179 Report.append("pvalloc parameters overflow: size %zu rounded up to system " in reportPvallocOverflow()
185 ScopedErrorReport Report; in reportInvalidAlignedAllocAlignment() local
186 Report.append("invalid alignment requested in aligned_alloc: %zu, alignment " in reportInvalidAlignedAllocAlignment()