Searched defs:language_function (Results 1 – 13 of 13) sorted by relevance
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;
52 struct GTY(()) language_function { struct53 struct c_language_function base; argument54 unsigned char x_in_statement;57 int returns_value;58 int returns_null;59 int returns_abnormally;60 int warn_about_return_type;
39 struct GTY(()) language_function struct41 int dummy; /* Added because ggc does not like empty structs. */
68 struct GTY(()) language_function struct70 int dummy;
233 struct GTY(()) language_function struct240 tree static_chain;244 vec <tree, va_gc> *stmt_list;247 vec <tree, va_gc> *vars_in_scope;250 hash_map <Statement *, d_label_entry> *labels;
226 struct GTY(()) language_function struct233 tree static_chain;237 vec<tree, va_gc> *stmt_list;240 vec<tree, va_gc> *vars_in_scope;243 hash_map<Statement *, d_label_entry> *labels;
520 struct GTY(()) language_function struct522 int dummy;
1899 struct GTY(()) language_function { struct1900 struct c_language_function base; argument1902 tree x_cdtor_label;1903 tree x_current_class_ptr;1904 tree x_current_class_ref;1905 tree x_eh_spec_block;1906 tree x_in_charge_parm;1907 tree x_vtt_parm;1908 tree x_return_value;1910 BOOL_BITFIELD returns_value : 1;[all …]
2057 struct GTY(()) language_function { struct2058 struct c_language_function base; argument2060 tree x_cdtor_label;2061 tree x_current_class_ptr;2062 tree x_current_class_ref;2063 tree x_eh_spec_block;2064 tree x_in_charge_parm;2065 tree x_vtt_parm;2066 tree x_return_value;2068 BOOL_BITFIELD returns_value : 1;[all …]
101 struct GTY (()) language_function struct103 int dummy;
65 language_function { struct67 struct binding_level *binding_level;