Searched refs:int_type_node (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c236 return int_type_node;
615 PUSH_TYPE (int_type_node); break;
628 case OPCODE_iload: type = int_type_node; goto general_load;
637 case OPCODE_iload_0: type = int_type_node; index = 0; goto load;
638 case OPCODE_iload_1: type = int_type_node; index = 1; goto load;
639 case OPCODE_iload_2: type = int_type_node; index = 2; goto load;
640 case OPCODE_iload_3: type = int_type_node; index = 3; goto load;
672 : type == int_type_node
679 case OPCODE_istore: type = int_type_node; goto general_store;
688 case OPCODE_istore_0: type = int_type_node; inde
[all...]
H A Dtypeck.c178 if (mode == TYPE_MODE (int_type_node))
179 return unsignedp ? unsigned_int_type_node : int_type_node;
206 if (bits <= TYPE_PRECISION (int_type_node))
207 return unsignedp ? unsigned_int_type_node : int_type_node;
223 if (TYPE_PRECISION (type) == TYPE_PRECISION (int_type_node))
224 return unsignedp ? unsigned_int_type_node : int_type_node;
417 fld = build_decl (FIELD_DECL, get_identifier ("length"), int_type_node);
459 if (TYPE_PRECISION (type) < TYPE_PRECISION (int_type_node))
465 return int_type_node;
492 case 'I': (*ptr)++; return int_type_node;
[all...]
H A Ddecl.c348 tree in_min = TYPE_MIN_VALUE (int_type_node);
349 tree in_max = TYPE_MAX_VALUE (int_type_node);
358 TYPE_PRECISION (type) = TYPE_PRECISION (int_type_node);
435 int_type_node = make_signed_type (32);
436 pushdecl (build_decl (TYPE_DECL, get_identifier ("int"), int_type_node));
693 PUSH_FIELD (class_type_node, field, "size_in_bytes", int_type_node);
720 PUSH_FIELD (field_info_union_node, field, "boffset", int_type_node);
743 #define jint_type int_type_node
780 tree_cons (NULL_TREE, int_type_node, endlink));
804 t = build_function_type (int_type_node, endlin
[all...]
H A Dexpr.c141 operand_type[21] = operand_type[54] = int_type_node;
626 case 10: return int_type_node;
650 else if (type == int_type_node)
665 tree node = build (CALL_EXPR, int_type_node,
688 return build (CALL_EXPR, int_type_node,
699 node = build (COMPONENT_REF, int_type_node,
772 throw = build (TRUTH_ANDIF_EXPR, int_type_node, test,
782 index = build (COMPOUND_EXPR, int_type_node, throw, index);
978 args = tree_cons (NULL_TREE, pop_value (int_type_node), args);
1005 int_type_node
[all...]
H A Djava-tree.h421 than int. We could use int_type_node, but then we would lose
436 #define int_type_node \ macro
1703 (WHERE) = build (CALL_EXPR, int_type_node, \
1712 (WHERE) = build (CALL_EXPR, int_type_node, \
H A Dlex.c1250 SET_LVAL_NODE_TYPE (value, (long_suffix ? long_type_node : int_type_node));
1255 long_suffix ? long_type_node : int_type_node);
1593 SET_LVAL_NODE (int_type_node);
H A Dclass.c734 && ! (TREE_TYPE (constant) == int_type_node
1020 else if (type == int_type_node)
1991 fold (convert (int_type_node, TYPE_SIZE_UNIT (this_class)));
H A Djcf-parse.c278 TREE_TYPE (value) = int_type_node;
H A Dparse.c15415 cn = fold (convert (int_type_node, cn));
15613 tree dim = convert (int_type_node,
16632 || rhs_type == char_type_node || rhs_type == int_type_node)
16676 if (lhs_type == int_type_node
16864 arg = convert (int_type_node, arg);
17202 op2 = build1 (CONVERT_EXPR, int_type_node, op2);
17209 if (prom_type == int_type_node)
17210 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2,
17213 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2,
18154 if (TREE_TYPE (index) != int_type_node)
[all...]
H A Dparse.y11846 cn = fold (convert (int_type_node, cn));
12044 tree dim = convert (int_type_node,
13063 || rhs_type == char_type_node || rhs_type == int_type_node)
13107 if (lhs_type == int_type_node
13295 arg = convert (int_type_node, arg);
13633 op2 = build1 (CONVERT_EXPR, int_type_node, op2);
13640 if (prom_type == int_type_node)
13641 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2,
13644 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2,
14585 if (TREE_TYPE (index) != int_type_node)
[all...]
H A Djcf-write.c2209 arg1 = convert (int_type_node, arg1);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c2214 tree int_type_node;
2218 int_type_node = make_signed_type (INT_TYPE_SIZE);
2223 int_type_node);
2199 tree int_type_node; local

Completed in 364 milliseconds