| /external/compiler-rt/test/asan/TestCases/Windows/ |
| D | dll_stack_use_after_return.cc | 10 char stack_buffer[42]; in foo() local
|
| D | stack_use_after_return.cc | 7 char stack_buffer[42]; in foo() local
|
| D | dll_thread_stack_array_left_oob.cc | 10 char stack_buffer[42]; in thread_proc() local
|
| D | beginthreadex.cc | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_array_left_oob.cc | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_suspended.cc | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_simple.cc | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_array_right_oob.cc | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | queue_user_work_item_report.cc | 10 volatile char stack_buffer[42]; in work_item() local
|
| D | thread_stress.cc | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_reuse.cc | 15 volatile char stack_buffer[42]; in thread_proc_2() local
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
| D | stack_use_after_return.cpp | 7 char stack_buffer[42]; in foo() local
|
| D | dll_stack_use_after_return.cpp | 10 char stack_buffer[42]; in foo() local
|
| D | dll_thread_stack_array_left_oob.cpp | 10 char stack_buffer[42]; in thread_proc() local
|
| D | beginthreadex.cpp | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_array_left_oob.cpp | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_simple.cpp | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_array_right_oob.cpp | 8 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_suspended.cpp | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | queue_user_work_item_report.cpp | 10 volatile char stack_buffer[42]; in work_item() local
|
| D | thread_stress.cpp | 7 volatile char stack_buffer[42]; in thread_proc() local
|
| D | thread_stack_reuse.cpp | 15 volatile char stack_buffer[42]; in thread_proc_2() local
|
| /external/libchrome/base/containers/ |
| D | stack_container.h | 49 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() function 50 const T* stack_buffer() const { in stack_buffer() function
|
| D | stack_container_unittest.cc | 40 const int* stack_buffer = &vect.stack_data().stack_buffer()[0]; in TEST() local
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_symbolizer_report.cpp | 99 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() local 181 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() local 220 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl() local
|