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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr45997-1.C5 typedef int my_int; typedef
6 typedef const my_int const_my_int;
9 my_int v_my_int = 0;
H A Dpr45997-2.C5 typedef int my_int; typedef
6 typedef volatile my_int volatile_my_int;
9 my_int v_my_int = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020423-1.c10 int my_int = 924; local
13 result = ((my_int*2 + 4) - 8U) / 2;
17 result = ((my_int*2 - 4U) + 2) / 2;
21 result = (((my_int + 2) * 2) - 8U - 4) / 2;
24 result = (((my_int + 2) * 2) - (8U + 4)) / 2;
28 result = ((my_int*4 + 2U) - 4U) / 2;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dc_kinds.c6 void param_test(short int my_short, int my_int, long int my_long,
21 int my_int = 2; local
44 param_test(my_short, my_int, my_long, my_long_long, my_int8_t,
H A Dc_kind_params.f9013 subroutine param_test(my_short, my_int, my_long, my_long_long, &
21 integer(c_int), value :: my_int
45 if(my_int /= 2_c_int) call abort()

Completed in 111 milliseconds