Searched refs:refoff (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc146 offset_int refoff; member in class:__anon972::builtin_memref
251 refoff (HOST_WIDE_INT_MIN),
507 refoff = cstoff;
529 if (refoff != HOST_WIDE_INT_MIN
539 refoff += off;
635 size = refoff + refsize;
663 size = refoff + refsize;
1062 if (dstref->refoff >= 0
1063 && srcref->refoff >= 0
1064 && dstref->refoff !
1295 clamp_offset(tree base, offset_int refoff[2], offset_int maxobjsize) argument
[all...]
H A Dgimple-array-bounds.cc683 tree refoff = TREE_OPERAND (mref, 1);
684 tree fldoff = int_const_binop (PLUS_EXPR, fldpos, refoff);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c145 offset_int refoff; variable
244 refoff (HOST_WIDE_INT_MIN),
487 refoff = cstoff;
509 if (refoff != HOST_WIDE_INT_MIN
519 refoff += off;
615 size = refoff + refsize;
643 size = refoff + refsize;
1052 if (dstref->refoff >= 0
1053 && srcref->refoff >= 0
1054 && dstref->refoff !
[all...]

Completed in 187 milliseconds