Home
last modified time | relevance | path

Searched defs:stack_buffer (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_stack_use_after_return.cpp12 char stack_buffer[42]; in foo() local
H A Dstack_use_after_return.cpp10 char stack_buffer[42]; in foo() local
H A Dbeginthreadex.cpp8 volatile char stack_buffer[42]; in thread_proc() local
H A Dthread_stack_array_left_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
H A Ddll_thread_stack_array_left_oob.cpp10 char stack_buffer[42]; in thread_proc() local
H A Dthread_suspended.cpp7 volatile char stack_buffer[42]; in thread_proc() local
H A Dthread_stack_array_right_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
H A Dthread_simple.cpp7 volatile char stack_buffer[42]; in thread_proc() local
H A Dqueue_user_work_item_report.cpp10 volatile char stack_buffer[42]; in work_item() local
H A Dthread_stress.cpp7 volatile char stack_buffer[42]; in thread_proc() local
H A Dthread_stack_reuse.cpp15 volatile char stack_buffer[42]; in thread_proc_2() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp149 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() local
230 InternalMmapVector<BufferedStackTrace> stack_buffer(1); ReportStackOverflowImpl() local
269 InternalMmapVector<BufferedStackTrace> stack_buffer(1); ReportDeadlySignalImpl() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp227 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in HandleTagMismatch() local