Home
last modified time | relevance | path

Searched defs:stack_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c672 const char *stack_type; in hw_stack_ioctl() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc476 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */ member in compilation_state
H A Dtoyvm.c390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc476 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */ member in compilation_state
H A Dtoyvm.c390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.hh1832 typedef stack<stack_symbol_type> stack_type; typedef in QL::Parser