reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

projects/compiler-rt/lib/asan/asan_errors.h
   39 struct ErrorDeadlySignal : ErrorBase {
   67 struct ErrorDoubleFree : ErrorBase {
   81 struct ErrorNewDeleteTypeMismatch : ErrorBase {
   99 struct ErrorFreeNotMalloced : ErrorBase {
  111 struct ErrorAllocTypeMismatch : ErrorBase {
  127 struct ErrorMallocUsableSizeNotOwned : ErrorBase {
  139 struct ErrorSanitizerGetAllocatedSizeNotOwned : ErrorBase {
  152 struct ErrorCallocOverflow : ErrorBase {
  167 struct ErrorReallocArrayOverflow : ErrorBase {
  182 struct ErrorPvallocOverflow : ErrorBase {
  194 struct ErrorInvalidAllocationAlignment : ErrorBase {
  207 struct ErrorInvalidAlignedAllocAlignment : ErrorBase {
  222 struct ErrorInvalidPosixMemalignAlignment : ErrorBase {
  235 struct ErrorAllocationSizeTooBig : ErrorBase {
  252 struct ErrorRssLimitExceeded : ErrorBase {
  262 struct ErrorOutOfMemory : ErrorBase {
  274 struct ErrorStringFunctionMemoryRangesOverlap : ErrorBase {
  300 struct ErrorStringFunctionSizeOverflow : ErrorBase {
  315 struct ErrorBadParamsToAnnotateContiguousContainer : ErrorBase {
  334 struct ErrorODRViolation : ErrorBase {
  349 struct ErrorInvalidPointerPair : ErrorBase {
  366 struct ErrorGeneric : ErrorBase {

References

projects/compiler-rt/lib/asan/asan_errors.h
   39 struct ErrorDeadlySignal : ErrorBase {
   67 struct ErrorDoubleFree : ErrorBase {
   81 struct ErrorNewDeleteTypeMismatch : ErrorBase {
   99 struct ErrorFreeNotMalloced : ErrorBase {
  111 struct ErrorAllocTypeMismatch : ErrorBase {
  127 struct ErrorMallocUsableSizeNotOwned : ErrorBase {
  139 struct ErrorSanitizerGetAllocatedSizeNotOwned : ErrorBase {
  152 struct ErrorCallocOverflow : ErrorBase {
  167 struct ErrorReallocArrayOverflow : ErrorBase {
  182 struct ErrorPvallocOverflow : ErrorBase {
  194 struct ErrorInvalidAllocationAlignment : ErrorBase {
  207 struct ErrorInvalidAlignedAllocAlignment : ErrorBase {
  222 struct ErrorInvalidPosixMemalignAlignment : ErrorBase {
  235 struct ErrorAllocationSizeTooBig : ErrorBase {
  252 struct ErrorRssLimitExceeded : ErrorBase {
  262 struct ErrorOutOfMemory : ErrorBase {
  274 struct ErrorStringFunctionMemoryRangesOverlap : ErrorBase {
  300 struct ErrorStringFunctionSizeOverflow : ErrorBase {
  315 struct ErrorBadParamsToAnnotateContiguousContainer : ErrorBase {
  334 struct ErrorODRViolation : ErrorBase {
  349 struct ErrorInvalidPointerPair : ErrorBase {
  366 struct ErrorGeneric : ErrorBase {
  429     ErrorBase Base;