Searched refs:int_type_node (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 236 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; index = 0; goto store; [all …]
|
| H A D | typeck.c | 178 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 D | decl.c | 348 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); in java_init_decl_processing() 436 pushdecl (build_decl (TYPE_DECL, get_identifier ("int"), int_type_node)); in java_init_decl_processing() 693 PUSH_FIELD (class_type_node, field, "size_in_bytes", int_type_node); in java_init_decl_processing() 720 PUSH_FIELD (field_info_union_node, field, "boffset", int_type_node); in java_init_decl_processing() 743 #define jint_type int_type_node in java_init_decl_processing() 780 tree_cons (NULL_TREE, int_type_node, endlink)); in java_init_decl_processing() 804 t = build_function_type (int_type_node, endlink); in java_init_decl_processing() [all …]
|
| H A D | expr.c | 141 operand_type[21] = operand_type[54] = int_type_node; in init_expr_processing() 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 : rhs_type_node); [all …]
|
| H A D | lex.c | 1250 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 D | java-tree.h | 436 #define int_type_node \ macro 1703 (WHERE) = build (CALL_EXPR, int_type_node, \ 1712 (WHERE) = build (CALL_EXPR, int_type_node, \
|
| H A D | class.c | 734 && ! (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 D | parse.c | 15405 cn = fold (convert (int_type_node, cn)); 15603 tree dim = convert (int_type_node, 16620 || rhs_type == char_type_node || rhs_type == int_type_node) 16664 if (lhs_type == int_type_node 16852 arg = convert (int_type_node, arg); 17190 op2 = build1 (CONVERT_EXPR, int_type_node, op2); 17197 if (prom_type == int_type_node) 17198 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2, 17201 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2, 18142 if (TREE_TYPE (index) != int_type_node) [all …]
|
| H A D | parse.y | 11840 cn = fold (convert (int_type_node, cn)); 12038 tree dim = convert (int_type_node, 13055 || rhs_type == char_type_node || rhs_type == int_type_node) 13099 if (lhs_type == int_type_node 13287 arg = convert (int_type_node, arg); 13625 op2 = build1 (CONVERT_EXPR, int_type_node, op2); 13632 if (prom_type == int_type_node) 13633 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2, 13636 op2 = fold (build (BIT_AND_EXPR, int_type_node, op2, 14577 if (TREE_TYPE (index) != int_type_node) [all …]
|
| H A D | jcf-parse.c | 278 TREE_TYPE (value) = int_type_node;
|
| H A D | jcf-write.c | 2205 arg1 = convert (int_type_node, arg1);
|
| H A D | ChangeLog | 7523 dimensions to int_type_node, that's what runtime's ABI expects. 7623 int_type_node: that's what `_Jv_AllocObject' expects.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 2199 tree int_type_node; in d30v_build_va_list() local 2203 int_type_node = make_signed_type (INT_TYPE_SIZE); in d30v_build_va_list() 2208 int_type_node); in d30v_build_va_list()
|