Searched defs:stack_buffer (Results 1 – 15 of 15) sorted by relevance
10 char stack_buffer[42]; in foo() local
7 char stack_buffer[42]; in foo() local
8 volatile char stack_buffer[42]; in thread_proc() local
10 char stack_buffer[42]; in thread_proc() local
7 volatile char stack_buffer[42]; in thread_proc() local
10 volatile char stack_buffer[42]; in work_item() local
15 volatile char stack_buffer[42]; in thread_proc_2() local
49 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer() function50 const T* stack_buffer() const { in stack_buffer() function
799 char stack_buffer[42]; in TEST() local
227 uint8_t stack_buffer[sizeof(T) * 8 / 7 + 1]; in WriteVarint() local
1008 Node* stack_buffer[kStackAllocatedNodeBufferSize]; in Return() local