HomeSort by: relevance | last modified time | path
    Searched defs:s_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
store.c 133 struct s_2 { short s[2]; } z_2, s_2; variable in typeref:struct:s_2
148 struct s_2
149 add_struct_2 (struct s_2 s)
190 struct s_2
193 int i; register struct s_2 u = z_2;
194 for (i = 0; i < sizeof (s_2) / sizeof (s_2.s[0]); i++) { s_2.s[i] = i + 1; }
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
store.c 133 struct s_2 { short s[2]; } z_2, s_2; variable in typeref:struct:s_2
148 struct s_2
149 add_struct_2 (struct s_2 s)
190 struct s_2
193 int i; register struct s_2 u = z_2;
194 for (i = 0; i < sizeof (s_2) / sizeof (s_2.s[0]); i++) { s_2.s[i] = i + 1; }

Completed in 25 milliseconds