Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dbeginthreadex.cpp8 volatile char stack_buffer[42]; in thread_proc() local
9 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()
10 stack_buffer[i] = 42; in thread_proc()
H A Dthread_simple.cpp7 volatile char stack_buffer[42]; in thread_proc() local
8 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()
9 stack_buffer[i] = 42; in thread_proc()
H A Dthread_suspended.cpp7 volatile char stack_buffer[42]; in thread_proc() local
8 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()
9 stack_buffer[i] = 42; in thread_proc()
H A Dthread_stress.cpp7 volatile char stack_buffer[42]; in thread_proc() local
8 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()
9 stack_buffer[i] = 42; in thread_proc()
H A Dthread_stack_reuse.cpp15 volatile char stack_buffer[42]; in thread_proc_2() local
16 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc_2()
17 stack_buffer[i] = 42; in thread_proc_2()
H A Dstack_use_after_return.cpp10 char stack_buffer[42]; in foo() local
11 x = &stack_buffer[13]; in foo()
H A Ddll_stack_use_after_return.cpp12 char stack_buffer[42]; in foo() local
13 x = &stack_buffer[13]; in foo()
H A Dthread_stack_array_right_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
9 stack_buffer[subscript] = 42; in thread_proc()
H A Dthread_stack_array_left_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
9 stack_buffer[subscript] = 42; in thread_proc()
H A Ddll_thread_stack_array_left_oob.cpp10 char stack_buffer[42]; in thread_proc() local
11 stack_buffer[subscript] = 42; in thread_proc()
H A Dqueue_user_work_item_report.cpp10 volatile char stack_buffer[42]; in work_item() local
11 stack_buffer[subscript] = 42; in work_item()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp149 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() local
150 BufferedStackTrace *stack = stack_buffer.data(); in ReportMmapWriteExec()
232 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl()
233 BufferedStackTrace *stack = stack_buffer.data(); in ReportStackOverflowImpl()
272 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl()
273 BufferedStackTrace *stack = stack_buffer.data(); in ReportDeadlySignalImpl()
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
228 BufferedStackTrace *stack = stack_buffer.data(); in HandleTagMismatch()