| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 330 static tree ffecom_intrinsic_ichar_ (tree tree_type, ffebld arg, 354 static tree ffecom_tree_divide_ (tree tree_type, tree left, tree right, 840 tree tree_type; in ffecom_arrayref_() local 911 tree_type = TREE_TYPE (element); in ffecom_arrayref_() 912 tree_type_x = tree_type; in ffecom_arrayref_() 913 if (tree_type in ffecom_arrayref_() 914 && GET_MODE_CLASS (TYPE_MODE (tree_type)) == MODE_INT in ffecom_arrayref_() 915 && TYPE_PRECISION (tree_type) < TYPE_PRECISION (sizetype)) in ffecom_arrayref_() 916 tree_type_x = (TREE_UNSIGNED (tree_type) ? usizetype : ssizetype); in ffecom_arrayref_() 957 tree_type = TREE_TYPE (element); in ffecom_arrayref_() [all …]
|
| H A D | com.h | 214 tree tree_type,ffebldConst ct); 216 ffeinfoKindtype kt, tree tree_type);
|
| H A D | ChangeLog.0 | 2417 tree_type, the default being NULL_TREE once again (so 3734 (ffecom_tree_divide_): Add tree_type argument, have all callers 3851 For MVBITS, set tree_type to void_type_node.
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | som.h | 104 tree tree_type = TREE_TYPE (DECL); \ 161 if (TYPE_ARG_TYPES (tree_type) != 0 \ 162 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (tree_type)))\
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | som.h | 144 tree tree_type = TREE_TYPE (DECL); \ 201 if (TYPE_ARG_TYPES (tree_type) != 0 \ 202 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (tree_type)))\
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-cp.c | 462 tree tree_type) in build_const_val() argument 467 const_val = fold_convert (tree_type, cvalue->value); in build_const_val()
|
| H A D | cfgexpand.c | 978 record_or_union_type_has_array_p (tree tree_type) in record_or_union_type_has_array_p() argument 980 tree fields = TYPE_FIELDS (tree_type); in record_or_union_type_has_array_p()
|
| H A D | tree.h | 2082 struct tree_type GTY(()) 3205 struct tree_type GTY ((tag ("TS_TYPE"))) type;
|
| H A D | tree.c | 348 return sizeof (struct tree_type); in tree_code_size() 4310 tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type); in type_hash_canon()
|
| H A D | fold-const.c | 11884 && sizeof (struct tree_type) <= sizeof (struct tree_function_decl)); in fold_checksum_tree()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | parser.c | 1160 enum tree_code tree_type; member 1181 enum tree_code tree_type; member 5733 enum tree_code tree_type; in cp_parser_binary_expression() local 5763 tree_type = binops_by_token[token->type].tree_type; in cp_parser_binary_expression() 5784 sp->tree_type = tree_type; in cp_parser_binary_expression() 5802 tree_type = sp->tree_type; in cp_parser_binary_expression() 5808 lhs = build_x_binary_op (tree_type, lhs, rhs, &overloaded_p); in cp_parser_binary_expression()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.h | 1243 struct tree_type GTY(()) 1941 struct tree_type GTY ((tag ("TS_TYPE"))) type;
|
| H A D | tree.c | 168 return sizeof (struct tree_type); 2997 tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type);
|
| H A D | ChangeLog.3 | 914 (struct tree_type, struct tree_decl): Add user_align member. 1605 (struct tree_block, struct tree_type, struct tree_decl): Likewise. 1863 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT. 4671 (tree_type): Add pointer_depth member. Remove 6680 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
|
| H A D | ChangeLog.0 | 1175 * tree.h (tree_type): Add alias_set field. 3428 (struct tree_type): Add size_unit member.
|
| H A D | ChangeLog.7 | 3245 (struct tree_type): Likewise. 3921 (struct tree_type): Add field symtab.die. Add a tag
|
| H A D | FSFChangeLog.10 | 8503 (struct tree_type): Delete unused field `parse_info'.
|
| H A D | ChangeLog.4 | 6446 (struct tree_type): Remove obstack.
|
| H A D | ChangeLog.1 | 10751 (tree_type): Add restrict_flag. Reduce count of free bits.
|
| H A D | ChangeLog.6 | 11937 (struct tree_type): Remove noncopied_parts.
|