Lines Matching defs:language_function
1068 struct GTY(()) language_function { struct
1069 struct c_language_function base; argument
1071 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;
1080 BOOL_BITFIELD returns_null : 1;
1081 BOOL_BITFIELD returns_abnormally : 1;
1082 BOOL_BITFIELD x_in_function_try_handler : 1;
1083 BOOL_BITFIELD x_in_base_initializer : 1;
1086 BOOL_BITFIELD can_throw : 1;
1089 cp_binding_level *bindings;