Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c236 varray_type ttype_data; member
1545 n->filter = VARRAY_ACTIVE_SIZE (cfun->eh->ttype_data) + 1;
1548 VARRAY_PUSH_TREE (cfun->eh->ttype_data, type);
1601 VARRAY_TREE_INIT (cfun->eh->ttype_data, 16, "ttype_data"); in assign_filter_values()
3678 have_tt_data = (VARRAY_ACTIVE_SIZE (cfun->eh->ttype_data) > 0 in output_function_exception_table()
3741 + (VARRAY_ACTIVE_SIZE (cfun->eh->ttype_data) in output_function_exception_table()
3803 i = VARRAY_ACTIVE_SIZE (cfun->eh->ttype_data); in output_function_exception_table()
3806 tree type = VARRAY_TREE (cfun->eh->ttype_data, i); in output_function_exception_table()
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c234 VEC(tree,gc) *ttype_data;
1244 n->filter = VEC_length (tree, cfun->eh->ttype_data) + 1; in add_ttypes_entry()
1247 VEC_safe_push (tree, gc, cfun->eh->ttype_data, type); in add_ttypes_entry()
1308 cfun->eh->ttype_data = VEC_alloc (tree, gc, 16); in assign_filter_values()
3643 have_tt_data = (VEC_length (tree, cfun->eh->ttype_data) > 0 in output_function_exception_table()
3706 + (VEC_length (tree, cfun->eh->ttype_data) in output_function_exception_table()
3768 i = VEC_length (tree, cfun->eh->ttype_data); in output_function_exception_table()
3771 tree type = VEC_index (tree, cfun->eh->ttype_data, i); in output_function_exception_table()