Home
last modified time | relevance | path

Searched refs:Int_2_Loc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddhry.c76 REG One_Fifty Int_2_Loc; in main() local
160 Int_2_Loc = 3; in main()
165 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in main()
167 Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc; in main()
169 Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc); in main()
185 Int_2_Loc = Run_Index; in main()
190 Int_2_Loc = Int_2_Loc * Int_1_Loc; in main()
191 Int_1_Loc = Int_2_Loc / Int_3_Loc; in main()
192 Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc; in main()