Home
last modified time | relevance | path

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

12

/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_stack_use_after_return.cc10 char stack_buffer[42]; in foo() local
Dstack_use_after_return.cc7 char stack_buffer[42]; in foo() local
Ddll_thread_stack_array_left_oob.cc10 char stack_buffer[42]; in thread_proc() local
Dbeginthreadex.cc8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_array_left_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_suspended.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_simple.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_array_right_oob.cc8 volatile char stack_buffer[42]; in thread_proc() local
Dqueue_user_work_item_report.cc10 volatile char stack_buffer[42]; in work_item() local
Dthread_stress.cc7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_reuse.cc15 volatile char stack_buffer[42]; in thread_proc_2() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dstack_use_after_return.cpp7 char stack_buffer[42]; in foo() local
Ddll_stack_use_after_return.cpp10 char stack_buffer[42]; in foo() local
Ddll_thread_stack_array_left_oob.cpp10 char stack_buffer[42]; in thread_proc() local
Dbeginthreadex.cpp8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_array_left_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_simple.cpp7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_array_right_oob.cpp8 volatile char stack_buffer[42]; in thread_proc() local
Dthread_suspended.cpp7 volatile char stack_buffer[42]; in thread_proc() local
Dqueue_user_work_item_report.cpp10 volatile char stack_buffer[42]; in work_item() local
Dthread_stress.cpp7 volatile char stack_buffer[42]; in thread_proc() local
Dthread_stack_reuse.cpp15 volatile char stack_buffer[42]; in thread_proc_2() local
/external/libchrome/base/containers/
Dstack_container.h49 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() function
50 const T* stack_buffer() const { in stack_buffer() function
Dstack_container_unittest.cc40 const int* stack_buffer = &vect.stack_data().stack_buffer()[0]; in TEST() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp99 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

12