Home
last modified time | relevance | path

Searched refs:array_at_struct_end_p (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc170 return array_at_struct_end_p (arg); in trailing_array()
H A Dgraphite-sese-to-poly.cc540 if (array_at_struct_end_p (ref) in bounds_are_valid()
H A Dtree-ssa-alias.cc1072 && array_at_struct_end_p (ref)); in component_ref_to_zero_sized_trailing_array_p()
3396 || ! array_at_struct_end_p (innermost_dropped_array_ref)) in stmt_kills_ref_p()
H A Dgimple-ssa-warn-restrict.cc299 if (ref && array_at_struct_end_p (ref)) in builtin_memref()
H A Dtree-if-conv.cc775 if (array_at_struct_end_p (ref)) in idx_within_array_bound()
H A Dtree-ssa-loop-niter.cc3728 if (array_at_struct_end_p (base)) in idx_infer_loop_bounds()
H A Dtree-ssa-strlen.cc1990 && !array_at_struct_end_p (src)) in maybe_set_strlen_range()
H A Dtree.cc12696 array_at_struct_end_p (tree ref) in array_at_struct_end_p() function
12910 bool trailing = array_at_struct_end_p (ref); in component_ref_size()
H A Dtree.h5463 extern bool array_at_struct_end_p (tree);
H A Dgimple-fold.cc1701 || !array_at_struct_end_p (arg))) in get_range_strlen_tree()
H A DChangeLog.graphite3050 * tree-flow.h (array_at_struct_end_p): Declared.
3051 * tree-ssa-loop-niter.c (array_at_struct_end_p): Not static anymore.
H A DChangeLog-20171221 (array_at_struct_end_p): Likewise.
2300 * tree.c (array_at_struct_end_p): Return true if the underlying
11030 * tree.c (array_at_struct_end_p): Handle STRING_CST.
32264 * tree.c (array_at_struct_end_p): Handle arrays at struct
32268 * tree.c (array_at_struct_end_p): Adjust prototype.
36302 Use array_at_struct_end_p instead of DECL_CHAIN (field).
38448 * tree.h (array_at_struct_end_p): Add argument.
38449 * tree.c (array_at_struct_end_p): Handle it.
H A DChangeLog-201610778 decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
23037 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
23483 * tree.c (array_at_struct_end_p): Look through MEM_REF.
30417 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
31302 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
H A DChangeLog-201228105 * tree-flow.h (array_at_struct_end_p): Move declaration ...
28106 * tree.h (array_at_struct_end_p): ... here.
28107 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
28108 * expr.c (array_at_struct_end_p): ... here. Rewrite.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c544 if (array_at_struct_end_p (ref) in bounds_are_valid()
H A Dtree-ssa-alias.c924 && array_at_struct_end_p (ref)); in component_ref_to_zero_sized_trailing_array_p()
3276 || ! array_at_struct_end_p (innermost_dropped_array_ref)) in stmt_kills_ref_p()
H A Dtree-vrp.c3505 && array_at_struct_end_p (ref))) in check_array_ref()
3824 || (DECL_EXTERNAL (arg) && array_at_struct_end_p (ref)))) in check_mem_ref()
3843 else if (array_at_struct_end_p (arg) || !bnds[0] || !bnds[1]) in check_mem_ref()
H A Dgimple-ssa-warn-restrict.c290 if (ref && array_at_struct_end_p (ref)) in builtin_memref()
H A Dtree-if-conv.c768 if (array_at_struct_end_p (ref)) in idx_within_array_bound()
H A Dtree-ssa-loop-niter.c3606 if (array_at_struct_end_p (base)) in idx_infer_loop_bounds()
H A Dtree-ssa-strlen.c1858 && !array_at_struct_end_p (src)) in maybe_set_strlen_range()
H A Dtree.c13492 array_at_struct_end_p (tree ref) in array_at_struct_end_p() function
13701 bool trailing = array_at_struct_end_p (ref); in component_ref_size()
H A Dtree.h5278 extern bool array_at_struct_end_p (tree);
H A Dgimple-fold.c1453 || !array_at_struct_end_p (arg))) in get_range_strlen_tree()
H A Dbuiltins.c4137 && !array_at_struct_end_p (dest)) in compute_objsize()

12