Searched refs:TO (Results 1 - 25 of 133) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dffree-form-2.f6 GO TO 3
H A Dffixed-form-2.f6 GO TO 3
10 GO TO = 55
H A D970625-2.f35 INTEGER REAL, GO TO PROGRAM, WHILE, THEN, END DO variable
43 CALL FUNCTION PROGRAM (ELSE IF, GO TO PROGRAM, THEN) ! { dg-error "Type mismatch in argument" }
54 INTEGER INTEGER, STOP, RETURN, GO TO variable
55 ASSIGN 9 TO STOP ! { dg-warning "ASSIGN" "" }
57 ASSIGN 7 TO RETURN ! { dg-warning "ASSIGN" "" }
58 ASSIGN 9 TO GO TO ! { dg-warning "ASSIGN" "" }
59 GO TO = 5
64 IF (LOGICAL.EQ.5) ASSIGN 5 TO IF ! { dg-warning "ASSIGN" "" }
67 IF (ASSIGN.GT.STOP) ASSIGN 9 TO GOT
[all...]
H A D960317-1.f17 ASSIGN 101 TO JUMP ! { dg-warning "Deleted feature: ASSIGN" "" }
H A Dpr9258.f8 ASSIGN 20 TO M !{ dg-warning "Deleted feature: ASSIGN" "" }
13 ASSIGN 30 TO M !{ dg-warning "Deleted feature: ASSIGN" "" }
16 30 ASSIGN 10 TO M !{ dg-warning "Deleted feature: ASSIGN" "" }
H A D20000629-1.f7 IF (BETA(IQ).EQ.0.0D0) GO TO 120
9 120 IF (IQ.NE.1) GO TO 160
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dassign_7.f8 1272 ASSIGN 1273 TO J
9 1273 ASSIGN 1274 TO J
10 1274 ASSIGN 1275 TO J
H A Dgoto_7.f7 ASSIGN 1 TO I
H A Dgoto_6.f10 ASSIGN 1263 TO I
11 GO TO I, (1262,1263,1264)
13 GO TO 1265
15 GO TO 1265
20 GO TO 1271
H A Dgoto_1.f6 GO TO 2
H A Dpr48757.f20 ASSIGN 1 TO JP
21 GO TO 20
22 1 ASSIGN 2 TO JP
23 GO TO 20
25 GO TO 99
26 12 ASSIGN 3 TO JP
27 GO TO 20
29 GO TO 99
30 13 ASSIGN 4 TO JP
31 GO TO 2
[all...]
H A Dpr46755.f7 ASSIGN 801 TO I800 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
9 GOTO I800 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
11 ASSIGN 761 TO I760 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
18 GOTO I760 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
H A Dpr37243.f12 IF (M .EQ. 0) GO TO 180
20 IF (I .EQ. M) GO TO 160
35 IF (J .GT. N) GO TO 320
43 IF ( ABS(DUMI) .LT. TOL) GO TO 220
46 GO TO 200
/haiku-buildtools/legacy/gcc/gcc/
H A Dhard-reg-set.h72 These take two arguments TO and FROM; they read from FROM
73 and store into TO. COMPL_HARD_REG_SET complements each bit.
77 These take two arguments TO and FROM; they read from FROM
78 and combine bitwise into TO. Define also two variants
82 Also define GO_IF_HARD_REG_SUBSET (X, Y, TO):
83 if X is a subset of Y, go to TO.
95 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
96 #define SET_HARD_REG_SET(TO) ((TO)
[all...]
H A Dbasic-block.h32 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
35 #define AND_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_AND)
38 #define AND_COMPL_REG_SET(TO, FROM) \
39 bitmap_operation (TO, TO, FROM, BITMAP_AND_COMPL)
42 #define IOR_REG_SET(TO, FROM) bitmap_operation (TO, T
[all...]
/haiku-buildtools/gcc/gcc/
H A Dregset.h55 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
61 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM)
64 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
67 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM)
70 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FRO
[all...]
H A Dhard-reg-set.h84 These take two arguments TO and FROM; they read from FROM
85 and store into TO. COMPL_HARD_REG_SET complements each bit.
89 These take two arguments TO and FROM; they read from FROM
90 and combine bitwise into TO. Define also two variants
112 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
113 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
115 #define COPY_HARD_REG_SET(TO, FROM) ((TO)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr38083.f908 10 IF (IL .GE. IH) GO TO 80
14 90 IF (IH - IL .GE. 11) GO TO 20
15 110 IF (IL .EQ. IH) GO TO 80
H A Dpr29581.f9017 GO TO 10
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa64-linux.h35 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
41 if ((TO) == FRAME_POINTER_REGNUM \
48 gcc_assert ((TO) == STACK_POINTER_REGNUM); \
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/debug/
H A Dpr46756.f6 ASSIGN 801 TO I800 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
9 ASSIGN 761 TO I760 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
24 GOTO I640 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
26 GOTO I760 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
28 GOTO I800 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/typeindex/
H A Dcomparison_operators.cc33 #define TEST2(TI, TO) \
34 TEST3(TI, ti1, TO, to1) \
35 TEST3(TI, ti2, TO, to2) \
36 TEST3(TI, ti3, TO, to3) \
37 TEST3(TI, ti4, TO, to4) \
38 TEST3(TI, ti5, TO, to5) \
39 TEST3(TI, ti6, TO, to6) \
40 TEST3(TI, ti7, TO, to7)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr37236.f17 IF (N .NE. 2) GO TO 5
18 C N EQUAL TO 2
24 GO TO 9005
29 C MOVE A TO X
43 C N IS LESS THAN OR EQUAL TO 2**M
47 IF (ND2 .LE. MTWO) GO TO 20
51 20 IF (ND2 .EQ. MTWO) GO TO 25
54 GO TO 30
60 IF (ND4 .LT. 2) GO TO 40
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dfptr.c45 #define GET_FIELD(X, FROM, TO) \
46 ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1))
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dconvert.h31 #define CONVERT_VALID(NUM,FROM,TO,FROMVAL,TOVAL,DIFF) \
37 TO = FROM; \
38 if (TO < (TOVAL - DIFF) || TO > (TOVAL + DIFF)) \
42 #define CONVERT_TO_PINF(NUM,FROM,TO,FROMVAL,TOSUFFIX) \
48 TO = FROM; \
49 if (__builtin_isinf##TOSUFFIX (TO) == 0) \
51 if (__builtin_signbit##TOSUFFIX (TO) != 0) \
55 #define CONVERT_TO_MINF(NUM,FROM,TO,FROMVAL,TOSUFFIX) \
61 TO
[all...]

Completed in 302 milliseconds

123456