Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Windows/
Dbeginthreadex.cc8 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()
Dthread_simple.cc7 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()
Dthread_suspended.cc7 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()
Dthread_stress.cc7 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()
Dthread_stack_reuse.cc15 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()
Dstack_use_after_return.cc7 char stack_buffer[42]; in foo() local
8 x = &stack_buffer[13]; in foo()
Ddll_stack_use_after_return.cc10 char stack_buffer[42]; in foo() local
11 x = &stack_buffer[13]; in foo()
Dthread_stack_array_left_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
9 stack_buffer[subscript] = 42; in thread_proc()
Dthread_stack_array_right_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
9 stack_buffer[subscript] = 42; in thread_proc()
Ddll_thread_stack_array_left_oob.cc10 char stack_buffer[42]; in thread_proc() local
11 stack_buffer[subscript] = 42; in thread_proc()
Dqueue_user_work_item_report.cc10 volatile char stack_buffer[42]; in work_item() local
11 stack_buffer[subscript] = 42; in work_item()