Home
last modified time | relevance | path

Searched refs:stackTop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d39 auto stackTop = m_pmem + m_sz; in main() local
40 auto p = mmap(stackTop, 8 * stackSize, in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d42 auto stackTop = m_pmem + m_sz; in main() local
43 auto p = mmap(stackTop, 8 * stackSize, in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d819 auto stackTop = getBasePtr(); in this() local
823 if ( stackTop && &dummy < stackTop && stackTop < stackBottom ) in this()
825 auto stackPtr = stackTop; in this()
827 for ( numframes = 0; stackTop <= stackPtr && in this()