Lines Matching refs:GetCurrentTidOrInvalid

218   ErrorDeadlySignal error(GetCurrentTidOrInvalid(), sig);  in ReportDeadlySignal()
224 ErrorDoubleFree error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportDoubleFree()
232 ErrorNewDeleteTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportNewDeleteTypeMismatch()
239 ErrorFreeNotMalloced error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportFreeNotMalloced()
247 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
254 ErrorMallocUsableSizeNotOwned error(GetCurrentTidOrInvalid(), stack, addr); in ReportMallocUsableSizeNotOwned()
261 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned()
268 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow()
275 ErrorReallocArrayOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportReallocArrayOverflow()
281 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow()
288 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()
296 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()
304 ErrorInvalidPosixMemalignAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidPosixMemalignAlignment()
312 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
319 ErrorRssLimitExceeded error(GetCurrentTidOrInvalid(), stack); in ReportRssLimitExceeded()
325 ErrorOutOfMemory error(GetCurrentTidOrInvalid(), stack, requested_size); in ReportOutOfMemory()
335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
343 ErrorStringFunctionSizeOverflow error(GetCurrentTidOrInvalid(), stack, offset, in ReportStringFunctionSizeOverflow()
353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); in ReportBadParamsToAnnotateContiguousContainer()
360 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, in ReportODRViolation()
369 ErrorInvalidPointerPair error(GetCurrentTidOrInvalid(), pc, bp, sp, a1, a2); in ReportInvalidPointerPair()
482 ErrorGeneric error(GetCurrentTidOrInvalid(), pc, bp, sp, addr, is_write, in ReportGenericError()