Searched refs:ASSIGN (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D970625-2.f55 ASSIGN 9 TO STOP ! { dg-warning "ASSIGN" "" }
56 ASSIGN = 9 + LOGICAL
57 ASSIGN 7 TO RETURN ! { dg-warning "ASSIGN" "" }
58 ASSIGN 9 TO GO TO ! { dg-warning "ASSIGN" "" }
64 IF (LOGICAL.EQ.5) ASSIGN 5 TO IF ! { dg-warning "ASSIGN" "" }
67 IF (ASSIGN
[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 D20010519-1.f714 ASSIGN 801 TO I800 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
718 ASSIGN 721 TO I720 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
722 ASSIGN 761 TO I760 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
726 ASSIGN 92
[all...]
/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 Dpr46755.f7 ASSIGN 801 TO I800 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
11 ASSIGN 761 TO I760 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
17 ASSIGN 641 to I640 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
H A Dgoto_6.f10 ASSIGN 1263 TO I
H A Dpr48757.f20 ASSIGN 1 TO JP
22 1 ASSIGN 2 TO JP
26 12 ASSIGN 3 TO JP
30 13 ASSIGN 4 TO JP
/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" }
17 ASSIGN 641 to I640 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-types.c188 #define ASSIGN(FIELD, EXPR) \ macro
197 ASSIGN(
204 ASSIGN(field_m_bool,
209 ASSIGN(field_m_char,
214 ASSIGN(field_m_signed_char,
219 ASSIGN(field_m_unsigned_char,
225 ASSIGN(field_m_short,
230 ASSIGN(field_m_unsigned_short,
236 ASSIGN(field_m_int,
241 ASSIGN(field_m_unsigned_in
308 #undef ASSIGN macro
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-bfin.c1211 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x) macro
1239 ASSIGN (op0);
1240 ASSIGN (op1);
1241 ASSIGN (MM);
1242 ASSIGN (mmod);
1243 ASSIGN (w0);
1244 ASSIGN (w1);
1245 ASSIGN (h01);
1246 ASSIGN (h11);
1247 ASSIGN (h0
[all...]
H A Dbfin-parse.y446 %token ASSIGN _STAR_ASSIGN
562 %right ASSIGN
717 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
727 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
737 | A_ZERO_DOT_H ASSIGN HALF_REG
742 | A_ONE_DOT_H ASSIGN HALF_REG
747 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16P LPAREN REG
763 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16M LPAREN REG COLON expr COMMA
779 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
791 | LPAREN REG COMMA REG RPAREN ASSIGN SEARC
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-bfin.c1149 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1178 ASSIGN (op0);
1179 ASSIGN (op1);
1180 ASSIGN (MM);
1181 ASSIGN (mmod);
1182 ASSIGN (w0);
1183 ASSIGN (w1);
1184 ASSIGN (h01);
1185 ASSIGN (h11);
1186 ASSIGN (h0
1148 #define ASSIGN macro
[all...]
H A Dbfin-parse.y524 %token ASSIGN _STAR_ASSIGN
640 %right ASSIGN
798 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
808 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
818 | A_ZERO_DOT_H ASSIGN HALF_REG
823 | A_ONE_DOT_H ASSIGN HALF_REG
828 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16P LPAREN REG
846 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16M LPAREN REG COLON expr COMMA
864 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
878 | LPAREN REG COMMA REG RPAREN ASSIGN SEARC
[all...]
H A Dte-vms.c212 status = SYS$ASSIGN (&devicedsc, &chan, 0, 0, 0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvfma_n.c12 #define ASSIGN(S, Q, T, W, V) T##W##_t S##Q##_##T##W = V macro
55 ASSIGN(scalar, , float, 32, 81.2f);
56 ASSIGN(scalar, q, float, 32, 36.8f);
57 ASSIGN(scalar, q, float, 64, 51.7f);
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.h35 #define ASSIGN 289 macro
H A Dc-parse.y137 %right <code> ASSIGN '='
584 | expr_no_commas ASSIGN expr_no_commas
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dhash.h106 {"xor_eq", ASSIGN, NORID,},
150 {"and_eq", ASSIGN, NORID,},
161 {"or_eq", ASSIGN, NORID,},
H A Dparse.h58 #define ASSIGN 313 macro
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h127 ASSIGN = 353, enumerator in enum:yytokentype
302 #define ASSIGN 353 macro
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h142 ASSIGN = 352, enumerator in enum:yytokentype
316 #define ASSIGN 352 macro
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1521 fputs ("ASSIGN ", dumpfile);
1528 fputs ("LABEL ASSIGN ", dumpfile);
1534 fputs ("POINTER ASSIGN ", dumpfile);
/haiku-buildtools/gcc/gcc/ada/
H A Dexpect.c292 status = SYS$ASSIGN (&mbxname, &mbxchans[i], 0, 0, 0);

Completed in 306 milliseconds

12