Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddhry.c348 One_Fifty Int_Loc; local
351 Int_Loc = *Int_Par_Ref + 10;
356 Int_Loc -= 1;
357 *Int_Par_Ref = Int_Loc - Int_Glob;
487 One_Fifty Int_Loc; local
489 Int_Loc = Int_1_Par_Val + 2;
490 *Int_Par_Ref = Int_2_Par_Val + Int_Loc;
505 REG One_Fifty Int_Loc; local
507 Int_Loc = Int_1_Par_Val + 5;
508 Arr_1_Par_Ref [Int_Loc] = Int_2_Par_Val;
[all …]