| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-warn-alloca.cc | 189 = wi::to_offset (max_object_size ()); in alloca_call_type() 208 = wi::to_offset (max_object_size ()); in alloca_call_type() 237 const offset_int maxobjsize = tree_to_shwi (max_object_size ()); in alloca_call_type() 305 = wi::to_offset (max_object_size ()); in execute()
|
| H A D | pointer-query.cc | 382 wide_int maxsize = wi::to_wide (max_object_size ()); in get_size_range() 392 wide_int maxsize = wi::to_wide (max_object_size ()); in get_size_range() 668 const offset_int maxobjsize = wi::to_offset (max_object_size ()); in merge_ref() 810 const offset_int maxobjsize = wi::to_offset (max_object_size ()); in get_ref() 869 return wi::to_offset (max_object_size ()); in size_remaining() 1304 offset_int maxsize = wi::to_offset (max_object_size ()); in dump() 2031 offset_int maxsize = wi::to_offset (max_object_size ()); in handle_ssa_name()
|
| H A D | pointer-query.h | 104 sizrng[1] = wi::to_offset (max_object_size ()); in set_max_size_range()
|
| H A D | gimple-ssa-warn-restrict.cc | 254 maxobjsize (tree_to_shwi (max_object_size ())), in builtin_memref() 407 const offset_int maxoff = tree_to_shwi (max_object_size ()) >> 1; in extend_offset_range()
|
| H A D | gimple-ssa-warn-access.cc | 163 const tree maxobjsize = max_object_size (); in warn_string_no_nul() 482 tree maxobjsize = max_object_size (); in maybe_warn_nonstring_arg() 704 tree maxobjsize = max_object_size (); in maybe_warn_for_bound() 1263 tree maxobjsize = max_object_size (); in check_access()
|
| H A D | tree-ssa-strlen.cc | 2091 aref.sizrng[1] = wi::to_offset (max_object_size ()); in maybe_warn_overflow() 4087 = tree_to_uhwi (max_object_size ()) - 2; in get_len_or_size()
|
| H A D | gimple-ssa-sprintf.cc | 2063 unsigned HOST_WIDE_INT lenmax = tree_to_uhwi (max_object_size ()) - 2; in get_string_length()
|
| H A D | tree.h | 4729 extern tree max_object_size ();
|
| H A D | gimple-fold.cc | 4022 maxlen = wi::to_wide (max_object_size (), prec) - 2; in gimple_fold_builtin_strlen()
|
| H A D | tree.cc | 14513 max_object_size (void) in max_object_size() function
|
| H A D | ChangeLog-2019 | 33882 * builtins.c (max_object_size): Move from here... 33883 * builtins.h (max_object_size): ...and here... 33884 * tree.c (max_object_size): ...to here... 33885 * tree.h (max_object_size): ...and here.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-warn-alloca.c | 195 const offset_int maxobjsize = tree_to_shwi (max_object_size ()); in alloca_call_type_by_arg() 355 = wi::to_offset (max_object_size ()); in alloca_call_type() 421 = wi::to_offset (max_object_size ()); in alloca_call_type() 483 = wi::to_offset (max_object_size ()); in alloca_call_type() 552 = wi::to_offset (max_object_size ()); in execute()
|
| H A D | gimple-ssa-warn-restrict.c | 247 maxobjsize (tree_to_shwi (max_object_size ())), in builtin_memref() 387 const offset_int maxoff = tree_to_shwi (max_object_size ()) >> 1; in extend_offset_range()
|
| H A D | gimple-ssa-sprintf.c | 2053 unsigned HOST_WIDE_INT lenmax = tree_to_uhwi (max_object_size ()) - 2; in get_string_length()
|
| H A D | tree-vrp.c | 3694 const offset_int maxobjsize = tree_to_shwi (max_object_size ()); in check_mem_ref()
|
| H A D | calls.c | 1671 tree maxobjsize = max_object_size (); in maybe_warn_nonstring_arg()
|
| H A D | builtins.c | 3129 tree maxobjsize = max_object_size (); in expand_builtin_strnlen() 3365 tree maxobjsize = max_object_size (); in check_access()
|
| H A D | tree-ssa-strlen.c | 4175 = tree_to_uhwi (max_object_size ()) - 2; in get_len_or_size()
|
| H A D | tree.h | 4556 extern tree max_object_size ();
|
| H A D | gimple-fold.c | 3825 maxlen = wi::to_wide (max_object_size (), prec) - 2; in gimple_fold_builtin_strlen()
|
| H A D | tree.c | 15250 max_object_size (void) in max_object_size() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 3642 unsigned HOST_WIDE_INT maxsize = tree_to_uhwi (max_object_size ()); in type_valid_for_vector_size()
|
| H A D | c-common.c | 8284 tree maxsize = max_object_size (); in invalid_array_size_error()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 4337 unsigned HOST_WIDE_INT maxsize = tree_to_uhwi (max_object_size ()); in type_valid_for_vector_size()
|
| H A D | c-common.cc | 8736 tree maxsize = max_object_size (); in invalid_array_size_error()
|