comparison gcc/tree.h @ 75:3c5ea37d9068

update gcc to gcc-4.6
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 22 Aug 2011 04:01:01 +0900
parents f26ecf70364b
children 6381ea127240
comparison
equal deleted inserted replaced
74:f26ecf70364b 75:3c5ea37d9068
4950 extern tree upper_bound_in_type (tree, tree); 4950 extern tree upper_bound_in_type (tree, tree);
4951 extern tree lower_bound_in_type (tree, tree); 4951 extern tree lower_bound_in_type (tree, tree);
4952 extern int operand_equal_for_phi_arg_p (const_tree, const_tree); 4952 extern int operand_equal_for_phi_arg_p (const_tree, const_tree);
4953 extern tree call_expr_arg (tree, int); 4953 extern tree call_expr_arg (tree, int);
4954 extern tree *call_expr_argp (tree, int); 4954 extern tree *call_expr_argp (tree, int);
4955 extern tree call_expr_arglist (tree);
4955 extern tree create_artificial_label (location_t); 4956 extern tree create_artificial_label (location_t);
4956 extern const char *get_name (tree); 4957 extern const char *get_name (tree);
4957 extern bool stdarg_p (const_tree); 4958 extern bool stdarg_p (const_tree);
4958 extern bool prototype_p (tree); 4959 extern bool prototype_p (tree);
4959 extern bool is_typedef_decl (tree x); 4960 extern bool is_typedef_decl (tree x);