Searched refs:stack1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_noinst_test.cpp | 50 BufferedStackTrace stack1; in MallocStress() local 51 stack1.trace_buffer[0] = 0xa123; in MallocStress() 52 stack1.trace_buffer[1] = 0xa456; in MallocStress() 53 stack1.size = 2; in MallocStress() 73 __asan::asan_free(ptr, &stack1, __asan::FROM_MALLOC); in MallocStress()
|
| /openbsd-src/usr.bin/lex/ |
| H A D | tblcmp.c | 544 stack1(statenum, minec, state[minec], deflink); 814 /* stack1 - save states with only one out-transition to be processed later 822 stack1(int statenum, int sym, int nextstate, int deflink) 831 stack1(statenum, sym, nextstate, deflink) stack1() function
|
| H A D | flexdef.h | 1049 extern void stack1 PROTO ((int, int, int, int));
|
| H A D | dfa.c | 752 stack1 (ds, 0, 0, JAMSTATE); in ntod()
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.c | 2713 mfsplay_tree_node *stack1; in mfsplay_tree_foreach() local 2722 stack1 = mfsplay_tree_xmalloc (sizeof (mfsplay_tree_node) * st->num_keys); in mfsplay_tree_foreach() 2726 stack1 [sp] = st->root; in mfsplay_tree_foreach() 2734 n = stack1 [sp]; in mfsplay_tree_foreach() 2746 stack1 [sp] = n->left; in mfsplay_tree_foreach() 2766 stack1 [sp] = n->right; in mfsplay_tree_foreach() 2783 mfsplay_tree_free (stack1); in mfsplay_tree_foreach()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| H A D | fnchange.lst | 226 @V@/gdb/testsuite/gdb.gdbtk/stack1.c @V@/gdb/testsuite/gdb.tk/stack1.c
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 965 * g++.dg/opt/stack1.C: New test.
|