Home
last modified time | relevance | path

Searched defs:t_structs_i (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dcallfwmall.c137 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); } in t_structs_i() function
150 int t_structs_i (tstruct) struct struct1 tstruct; { return (tstruct.i); } in t_structs_i() function
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcallfuncs.c154 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); } in t_structs_i() function
167 int t_structs_i (tstruct) struct struct1 tstruct; { return (tstruct.i); } in t_structs_i() function