comparison gcc/tree.h @ 114:e234ee7b7292

fix c-parser.c
author mir3636
date Fri, 17 Nov 2017 19:25:43 +0900
parents bdf41c9fa0b7
children d34655255c78
comparison
equal deleted inserted replaced
113:bdf41c9fa0b7 114:e234ee7b7292
4738 extern void tree_set_block (tree, tree); 4738 extern void tree_set_block (tree, tree);
4739 extern location_t *block_nonartificial_location (tree); 4739 extern location_t *block_nonartificial_location (tree);
4740 extern location_t tree_nonartificial_location (tree); 4740 extern location_t tree_nonartificial_location (tree);
4741 extern tree block_ultimate_origin (const_tree); 4741 extern tree block_ultimate_origin (const_tree);
4742 extern tree get_binfo_at_offset (tree, HOST_WIDE_INT, tree); 4742 extern tree get_binfo_at_offset (tree, HOST_WIDE_INT, tree);
4743 #ifndef noCbC
4744 extern tree build_addr (tree);
4745 #endif
4746
4743 extern bool virtual_method_call_p (const_tree); 4747 extern bool virtual_method_call_p (const_tree);
4744 extern tree obj_type_ref_class (const_tree ref); 4748 extern tree obj_type_ref_class (const_tree ref);
4745 extern bool types_same_for_odr (const_tree type1, const_tree type2, 4749 extern bool types_same_for_odr (const_tree type1, const_tree type2,
4746 bool strict=false); 4750 bool strict=false);
4747 extern bool contains_bitfld_component_ref_p (const_tree); 4751 extern bool contains_bitfld_component_ref_p (const_tree);