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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-var-child.c 213 struct _struct_n_pointer snp0, snp1, snp2; local
282 snp0.ptrs[2] = &snp2;
288 snp1.ptrs[2] = &snp2;
289 snp1.next = &snp2;
290 snp2.char_ptr = &c3;
291 snp2.long_ptr = &x3;
292 snp2.ptrs[0] = &snp0;
293 snp2.ptrs[1] = &snp1;
294 snp2.ptrs[2] = &snp2;
    [all...]
var-cmd.c 236 struct _struct_n_pointer snp0, snp1, snp2; local
303 snp0.ptrs[2] = &snp2;
309 snp1.ptrs[2] = &snp2;
310 snp1.next = &snp2;
311 snp2.char_ptr = &c3;
312 snp2.long_ptr = &x3;
313 snp2.ptrs[0] = &snp0;
314 snp2.ptrs[1] = &snp1;
315 snp2.ptrs[2] = &snp2;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-var-child.c 213 struct _struct_n_pointer snp0, snp1, snp2; local
282 snp0.ptrs[2] = &snp2;
288 snp1.ptrs[2] = &snp2;
289 snp1.next = &snp2;
290 snp2.char_ptr = &c3;
291 snp2.long_ptr = &x3;
292 snp2.ptrs[0] = &snp0;
293 snp2.ptrs[1] = &snp1;
294 snp2.ptrs[2] = &snp2;
    [all...]
var-cmd.c 236 struct _struct_n_pointer snp0, snp1, snp2; local
303 snp0.ptrs[2] = &snp2;
309 snp1.ptrs[2] = &snp2;
310 snp1.next = &snp2;
311 snp2.char_ptr = &c3;
312 snp2.long_ptr = &x3;
313 snp2.ptrs[0] = &snp0;
314 snp2.ptrs[1] = &snp1;
315 snp2.ptrs[2] = &snp2;
    [all...]

Completed in 26 milliseconds