Searched refs:refsize (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc230 if (tree refsize = component_ref_size (arg, &sam))
231 if (TREE_CODE (refsize) == INTEGER_CST)
232 maxbound = refsize;
450 if (tree refsize = TYPE_SIZE_UNIT (reftype))
451 if (TREE_CODE (refsize) == INTEGER_CST)
452 eltsize = wi::to_offset (refsize);
671 tree refsize = compute_objsize (refop, stmt, 1, &aref); local
672 if (!refsize || TREE_CODE (refsize) != INTEGER_CST)
687 if (!tree_int_cst_lt (fldoff, refsize))
[all...]
H A Dgimple-ssa-warn-restrict.cc141 offset_int refsize; member in class:__anon972::builtin_memref
250 refsize (-1),
549 refsize = 0;
558 refsize = wi::to_offset (size);
631 && refsize >= 0
635 size = refoff + refsize;
658 && refsize >= 0
663 size = refoff + refsize;
2116 "\n refsize = %lli"
2122 (long long)ref.refsize
[all...]
H A Dtree.cc13024 if (tree refsize = TYPE_SIZE_UNIT (argtype))
13028 poly_int64 rsz = tree_to_poly_int64 (refsize);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c140 offset_int refsize; variable
243 refsize (-1),
529 refsize = 0;
538 refsize = wi::to_offset (size);
611 && refsize >= 0
615 size = refoff + refsize;
638 && refsize >= 0
643 size = refoff + refsize;
2088 "\n refsize = %lli"
2094 (long long)ref.refsize
[all...]
H A Dtree-vrp.c3531 if (tree refsize = component_ref_size (arg, &interior_zero_len))
3532 if (TREE_CODE (refsize) == INTEGER_CST)
3533 maxbound = refsize;
H A Dtree.c13809 if (tree refsize = TYPE_SIZE_UNIT (argtype))
13813 poly_int64 rsz = tree_to_poly_int64 (refsize);
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldcref.c117 static size_t tabsize, entsize, refsize; variable
231 refsize += sizeof (struct cref_ref);
236 old_tab = xmalloc (tabsize + entsize + refsize);
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldcref.c118 static size_t tabsize, entsize, refsize; variable
232 refsize += sizeof (struct cref_ref);
237 old_tab = xmalloc (tabsize + entsize + refsize);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldcref.c117 static size_t tabsize, entsize, refsize; variable
231 refsize += sizeof (struct cref_ref);
236 old_tab = xmalloc (tabsize + entsize + refsize);

Completed in 415 milliseconds