Searched refs:tree_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dipa-cp.c462 tree tree_type)
467 const_val = fold_convert (tree_type, cvalue->value);
461 build_const_val(union parameter_info *cvalue, enum cvalue_type type, tree tree_type) argument
H A Dcfgexpand.c960 record_or_union_type_has_array_p (tree tree_type) argument
962 tree fields = TYPE_FIELDS (tree_type);
H A Dtree.h2125 struct tree_type, rather than creating a new bit field, as
2134 struct tree_type GTY(())
2159 in the tree_type struct will be used to indicate that a struct is a
3294 struct tree_type GTY ((tag ("TS_TYPE"))) type;
2123 struct tree_type GTY(()) function
H A Dtree.c354 return sizeof (struct tree_type);
4338 tree_node_sizes[(int) t_kind] -= sizeof (struct tree_type);
H A Dfold-const.c11940 && sizeof (struct tree_type) <= sizeof (struct tree_function_decl));
/freebsd-11.0-release/contrib/gcc/cp/
H A Dparser.c1168 enum tree_code tree_type;
1195 enum tree_code tree_type;
5929 enum tree_code tree_type, lhs_type, rhs_type;
5960 tree_type = binops_by_token[token->type].tree_type;
5982 sp->tree_type = tree_type;
6002 tree_type = sp->tree_type;
6010 lhs = build_x_binary_op (tree_type, lh
1166 enum tree_code tree_type; member in struct:cp_parser_binary_operations_map_node
1193 enum tree_code tree_type; member in struct:cp_parser_expression_stack_entry
5927 enum tree_code tree_type, lhs_type, rhs_type; local
[all...]

Completed in 173 milliseconds