Home
last modified time | relevance | path

Searched refs:tree_type (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dipa-cp.c462 tree tree_type) in build_const_val() argument
467 const_val = fold_convert (tree_type, cvalue->value); in build_const_val()
H A Dcfgexpand.c960 record_or_union_type_has_array_p (tree tree_type) in record_or_union_type_has_array_p() argument
962 tree fields = TYPE_FIELDS (tree_type); in record_or_union_type_has_array_p()
H A Dtree.h2123 struct tree_type GTY(())
3279 struct tree_type GTY ((tag ("TS_TYPE"))) type;
H A DChangeLog.apple429 (lang_flag_2): Use previously unused field in tree_type to indicate
H A Dtree.c352 return sizeof (struct tree_type); in tree_code_size()
4315 tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type); in type_hash_canon()
H A Dfold-const.c11905 && sizeof (struct tree_type) <= sizeof (struct tree_function_decl)); in fold_checksum_tree()
H A DChangeLog-20006452 (struct tree_type): Remove obstack.
16180 (struct tree_type, struct tree_decl): Add user_align member.
16871 (struct tree_block, struct tree_type, struct tree_decl): Likewise.
17129 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
19937 (tree_type): Add pointer_depth member. Remove
21946 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
H A DChangeLog-19983432 (tree_type): Add restrict_flag. Reduce count of free bits.
9754 * tree.h (tree_type): Add alias_set field.
12007 (struct tree_type): Add size_unit member.
H A DFSFChangeLog.108503 (struct tree_type): Delete unused field `parse_info'.
H A DChangeLog-200217692 (struct tree_type): Likewise.
18368 (struct tree_type): Add field symtab.die. Add a tag
H A DChangeLog-200111937 (struct tree_type): Remove noncopied_parts.
H A DChangeLog-200322033 (struct tree_type): Remove pointer_depth.
H A DChangeLog-200413083 (tree_type): Replace spare with contains_placeholder_bits.
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c1166 enum tree_code tree_type; member
1193 enum tree_code tree_type; member
5927 enum tree_code tree_type, lhs_type, rhs_type; in cp_parser_binary_expression() local
5958 tree_type = binops_by_token[token->type].tree_type; in cp_parser_binary_expression()
5980 sp->tree_type = tree_type; in cp_parser_binary_expression()
6000 tree_type = sp->tree_type; in cp_parser_binary_expression()
6008 lhs = build_x_binary_op (tree_type, lhs, lhs_type, rhs, rhs_type, in cp_parser_binary_expression()
6010 lhs_type = tree_type; in cp_parser_binary_expression()