Searched refs:s_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstore.c132 struct s_1 { short s[1]; } z_1, s_1; variable in typeref:struct:s_1
137 struct s_1
138 add_struct_1 (struct s_1 s)
181 struct s_1
184 int i; register struct s_1 u = z_1;
185 for (i = 0; i < sizeof (s_1) / sizeof (s_1.s[0]); i++) { s_1.s[i] = i + 1; }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstore.c132 struct s_1 { short s[1]; } z_1, s_1; variable in typeref:struct:s_1
137 struct s_1
138 add_struct_1 (struct s_1 s)
181 struct s_1
184 int i; register struct s_1 u = z_1;
185 for (i = 0; i < sizeof (s_1) / sizeof (s_1.s[0]); i++) { s_1.s[i] = i + 1; }

Completed in 78 milliseconds