Searched defs:stack_ (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h65 StackBounds stack_; member in class:__dfsan::DFsanThread
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp23 ScopedAllocatorErrorReport(const char *error_summary_, const StackTrace *stack_) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h65 StackBounds stack_; member in class:__msan::MsanThread
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.h132 ErrorMallocUsableSizeNotOwned(u32 tid, BufferedStackTrace *stack_, uptr addr) argument
144 ErrorSanitizerGetAllocatedSizeNotOwned(u32 tid, BufferedStackTrace *stack_, argument
158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, argument
173 ErrorReallocArrayOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, argument
187 ErrorPvallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr size_) argument
199 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, uptr alignment_) argument
213 ErrorInvalidAlignedAllocAlignment(u32 tid, BufferedStackTrace *stack_, uptr size_, uptr alignment_) argument
227 ErrorInvalidPosixMemalignAlignment(u32 tid, BufferedStackTrace *stack_, uptr alignment_) argument
242 ErrorAllocationSizeTooBig(u32 tid, BufferedStackTrace *stack_, uptr user_size_, uptr total_size_, uptr max_size_) argument
256 ErrorRssLimitExceeded(u32 tid, BufferedStackTrace *stack_) argument
267 ErrorOutOfMemory(u32 tid, BufferedStackTrace *stack_, uptr requested_size_) argument
282 ErrorStringFunctionMemoryRangesOverlap(u32 tid, BufferedStackTrace *stack_, uptr addr1, uptr length1_, uptr addr2, uptr length2_, const char *function_) argument
306 ErrorStringFunctionSizeOverflow(u32 tid, BufferedStackTrace *stack_, uptr addr, uptr size_) argument
321 ErrorBadParamsToAnnotateContiguousContainer(u32 tid, BufferedStackTrace *stack_, uptr beg_, uptr end_, uptr old_mid_, uptr new_mid_) argument
340 ErrorBadParamsToAnnotateDoubleEndedContiguousContainer( u32 tid, BufferedStackTrace *stack_, uptr storage_beg_, uptr storage_end_, uptr old_container_beg_, uptr old_container_end_, uptr new_container_beg_, uptr new_container_end_) argument
[all...]
H A Dasan_allocator.cpp238 BufferedStackTrace* const stack_; member in struct:__asan::QuarantineCallback

Completed in 122 milliseconds