Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dscope0.c11 int autovars (int bcd, int abc);
28 autovars (5, 6); in main()
82 autovars (int bcd, int abc) in autovars() function
85 autovars (bcd, abc) in autovars()
H A Dscope.exp598 if [runto autovars] then { test_at_autovars }
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog12066 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.