Searched defs:language_function (Results 1 – 6 of 6) sorted by relevance
47 struct GTY(()) language_function { struct48 struct c_language_function base; argument49 tree x_break_label;50 tree x_cont_label;53 int returns_value;54 int returns_null;55 int returns_abnormally;56 int warn_about_return_type;
52 struct GTY(()) language_function { struct53 struct c_language_function base; argument54 tree x_break_label;55 tree x_cont_label;58 int returns_value;59 int returns_null;60 int returns_abnormally;61 int warn_about_return_type;
41 struct GTY(()) language_function struct43 int dummy; /* Added because ggc does not like empty structs. */
39 struct GTY(()) language_function struct41 int dummy; /* Added because ggc does not like empty structs. */
1734 struct GTY(()) language_function { struct1735 struct c_language_function base; argument1737 tree x_cdtor_label;1738 tree x_current_class_ptr;1739 tree x_current_class_ref;1740 tree x_eh_spec_block;1741 tree x_in_charge_parm;1742 tree x_vtt_parm;1743 tree x_return_value;1744 tree x_auto_return_pattern;[all …]
1068 struct GTY(()) language_function { struct1069 struct c_language_function base; argument1071 tree x_cdtor_label;1072 tree x_current_class_ptr;1073 tree x_current_class_ref;1074 tree x_eh_spec_block;1075 tree x_in_charge_parm;1076 tree x_vtt_parm;1077 tree x_return_value;1079 BOOL_BITFIELD returns_value : 1;[all …]