Home
last modified time | relevance | path

Searched refs:component_ref_size (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc230 if (tree refsize = component_ref_size (arg, &sam)) in check_array_ref()
H A Dgimple-ssa-warn-restrict.cc556 if (tree size = component_ref_size (ref)) in set_base_and_offset()
H A Dtree-object-size.cc489 tree compsize = component_ref_size (ref); in decl_init_size()
H A Dpointer-query.cc1857 tree size = component_ref_size (cref, &sam); in set_component_ref_size()
H A Dtree.h5484 extern tree component_ref_size (tree, special_array_member * = NULL);
H A Dtree.cc12882 component_ref_size (tree ref, special_array_member *sam /* = NULL */) in component_ref_size() function
H A DChangeLog-20202599 * tree.c (component_ref_size): Fail when DECL_SIZE != TYPE_SIZE.
9638 * tree.c (component_ref_size): Use special_array_member.
9640 (component_ref_size): Change signature.
21933 * tree.c (component_ref_size): Correct the handling or array members
24335 * tree.c (component_ref_size): Guard against error_mark_node
33641 * tree.c (component_ref_size): Likewise.
H A DChangeLog-2019747 * tree.c (component_ref_size): Always return sizetype.
6920 * tree.c (component_ref_size): Only consider initializers of objects
7458 (component_ref_size): Add argument. Rename locals. Call
13983 rename to component_ref_size and move...
14005 * tree.c (component_ref_size): ...to here.
14006 * tree.h (component_ref_size): Declare.
H A DChangeLog7173 * tree.cc (component_ref_size): Bail out for too large
H A DChangeLog-202131766 * tree.c (component_ref_size): Fix comment typo -
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c536 if (tree size = component_ref_size (ref)) in set_base_and_offset()
H A Dtree-vrp.c3531 if (tree refsize = component_ref_size (arg, &interior_zero_len)) in check_array_ref()
3839 if (tree fldsize = component_ref_size (arg)) in check_mem_ref()
H A Dtree.h5289 extern tree component_ref_size (tree, bool * = NULL);
H A Dbuiltins.c3828 if (tree size = component_ref_size (dest)) in addr_decl_size()
H A Dtree.c13680 component_ref_size (tree ref, bool *interior_zero_length /* = NULL */) in component_ref_size() function