Searched refs:my_int (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dgm-pervasive-typedef.h22 typedef int my_int; typedef
24 static my_int
25 use_my_int (my_int x)
H A Dgm-pervasive-typedef.cc18 my_int use_of_my_int;
21 call_use_my_int_1 (my_int x)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dgm-pervasive-typedef.h22 typedef int my_int; typedef
24 static my_int
25 use_my_int (my_int x)
H A Dgm-pervasive-typedef.cc18 my_int use_of_my_int;
21 call_use_my_int_1 (my_int x)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dptype-cv-cp.cc18 typedef int my_int; typedef
19 typedef const my_int const_my_int;
20 typedef volatile my_int volatile_my_int;
24 my_int v_my_int (0);
29 __attribute__((used)) const my_int v2_const_my_int (5);
30 volatile my_int v2_volatile_my_int (6);
31 const volatile my_int v2_const_volatile_my_int (7);
32 volatile const my_int v2_volatile_const_my_int (8);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dptype-cv-cp.cc18 typedef int my_int; typedef
19 typedef const my_int const_my_int;
20 typedef volatile my_int volatile_my_int;
24 my_int v_my_int (0);
29 __attribute__((used)) const my_int v2_const_my_int (5);
30 volatile my_int v2_volatile_my_int (6);
31 const volatile my_int v2_const_volatile_my_int (7);
32 volatile const my_int v2_volatile_const_my_int (8);

Completed in 144 milliseconds