Home
last modified time | relevance | path

Searched refs:ttype_data (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexcept.h208 vec<tree, va_gc> *ttype_data; member
Dexcept.cc784 n->filter = vec_safe_length (cfun->eh->ttype_data) + 1; in add_ttypes_entry()
787 vec_safe_push (cfun->eh->ttype_data, type); in add_ttypes_entry()
856 vec_alloc (cfun->eh->ttype_data, 16); in assign_filter_values()
3024 have_tt_data = (vec_safe_length (cfun->eh->ttype_data) in output_one_function_exception_table()
3095 + (vec_safe_length (cfun->eh->ttype_data) in output_one_function_exception_table()
3163 i = vec_safe_length (cfun->eh->ttype_data); in output_one_function_exception_table()
3166 tree type = (*cfun->eh->ttype_data)[i]; in output_one_function_exception_table()
Dlto-streamer-in.cc953 vec_safe_grow_cleared (fn->eh->ttype_data, len, true); in input_eh_regions()
957 (*fn->eh->ttype_data)[i] = ttype; in input_eh_regions()
Dlto-streamer-out.cc2032 streamer_write_hwi (ob, vec_safe_length (fn->eh->ttype_data)); in output_eh_regions()
2033 FOR_EACH_VEC_SAFE_ELT (fn->eh->ttype_data, i, ttype) in output_eh_regions()
DChangeLog-20099521 throw_stmt_table, ttype_data, ehspec_data.
9556 (add_ttypes_entry): Update for ttype_data move to eh_status.
9706 move ttype_data and ehspec_data members to struct eh_status; change
DChangeLog-200822312 Move filter, exc_ptr, ttype_data, ehspec_data, action_record_data and
DChangeLog-200520051 * except.c (eh_status): Change the type of ttype_data to