Searched refs:tstruct (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.c19 typedef struct tstruct struct
21 } tstruct; typedef in typeref:struct:tstruct
23 tstruct my_data;
H A Dwatch-loc.exp43 {name tstruct}
76 # watch -l will rewrite the expression to "*(watch.tstruct *) 0x12345",
81 gdb_test "print *(watch.tstruct *) &my_data" "{<No data fields>}"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.c19 typedef struct tstruct struct
21 } tstruct; typedef in typeref:struct:tstruct
23 tstruct my_data;
H A Dwatch-loc.exp49 {name tstruct}
86 # watch -l will rewrite the expression to "*(watch.tstruct *) 0x12345",
91 gdb_test "print *(watch.tstruct *) &my_data" "{<No data fields>}"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c204 char t_structs_c (struct struct1 tstruct) { return (tstruct.c); }
205 short t_structs_s (struct struct1 tstruct) { return (tstruct.s); }
206 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); }
207 long t_structs_l (struct struct1 tstruct) { return (tstruct.l); }
208 float t_structs_f (struct struct1 tstruct) { return (tstruct
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c204 char t_structs_c (struct struct1 tstruct) { return (tstruct.c); }
205 short t_structs_s (struct struct1 tstruct) { return (tstruct.s); }
206 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); }
207 long t_structs_l (struct struct1 tstruct) { return (tstruct.l); }
208 float t_structs_f (struct struct1 tstruct) { return (tstruct
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d868 TypeStruct tstruct;
876 tstruct = exp.type.isTypeStruct();
877 assert(tclass || tstruct);

Completed in 135 milliseconds