Home
last modified time | relevance | path

Searched refs:refsize (Results 1 – 11 of 11) 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() local
231 if (TREE_CODE (refsize) == INTEGER_CST) in check_array_ref()
232 maxbound = refsize; in check_array_ref()
450 if (tree refsize = TYPE_SIZE_UNIT (reftype)) in check_mem_ref() local
451 if (TREE_CODE (refsize) == INTEGER_CST) in check_mem_ref()
452 eltsize = wi::to_offset (refsize); in check_mem_ref()
671 tree refsize = compute_objsize (refop, stmt, 1, &aref); in inbounds_memaccess_p() local
672 if (!refsize || TREE_CODE (refsize) != INTEGER_CST) in inbounds_memaccess_p()
687 if (!tree_int_cst_lt (fldoff, refsize)) in inbounds_memaccess_p()
697 return tree_int_cst_le (fldend, refsize); in inbounds_memaccess_p()
H A Dgimple-ssa-warn-restrict.cc141 offset_int refsize; member in __anon10823bf20111::builtin_memref
250 refsize (-1), in builtin_memref()
549 refsize = 0; in set_base_and_offset()
558 refsize = wi::to_offset (size); in set_base_and_offset()
631 && refsize >= 0 in offset_out_of_bounds()
635 size = refoff + refsize; in offset_out_of_bounds()
658 && refsize >= 0 in offset_out_of_bounds()
663 size = refoff + refsize; in offset_out_of_bounds()
2122 (long long)ref.refsize.to_shwi (), in dump_builtin_memref()
H A Dtree.cc13000 if (tree refsize = TYPE_SIZE_UNIT (argtype)) in component_ref_size() local
13004 poly_int64 rsz = tree_to_poly_int64 (refsize); in component_ref_size()
H A DChangeLog-201913985 * gimple-ssa-warn-restrict.c (builtin_memref::refsize): New member.
13988 (builtin_memref::builtin_memref): Initialize refsize.
13990 refsize.
13992 Handle refsize.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c140 offset_int refsize; variable
243 refsize (-1), in builtin_memref()
529 refsize = 0; in set_base_and_offset()
538 refsize = wi::to_offset (size); in set_base_and_offset()
611 && refsize >= 0 in offset_out_of_bounds()
615 size = refoff + refsize; in offset_out_of_bounds()
638 && refsize >= 0 in offset_out_of_bounds()
643 size = refoff + refsize; in offset_out_of_bounds()
2094 (long long)ref.refsize.to_shwi (), in dump_builtin_memref()
H A Dtree-vrp.c3531 if (tree refsize = component_ref_size (arg, &interior_zero_len)) in check_array_ref() local
3532 if (TREE_CODE (refsize) == INTEGER_CST) in check_array_ref()
3533 maxbound = refsize; in check_array_ref()
H A Dtree.c13780 if (tree refsize = TYPE_SIZE_UNIT (argtype)) in component_ref_size() local
13784 poly_int64 rsz = tree_to_poly_int64 (refsize); in component_ref_size()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldcref.c117 static size_t tabsize, entsize, refsize; variable
231 refsize += sizeof (struct cref_ref); in handle_asneeded_cref()
236 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref()
H A DChangeLog-2006672 (tabsize, entsize, refsize, old_symcount): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldcref.c117 static size_t tabsize, entsize, refsize; variable
231 refsize += sizeof (struct cref_ref); in handle_asneeded_cref()
236 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref()
H A DChangeLog-2006672 (tabsize, entsize, refsize, old_symcount): Likewise.