| /src/external/gpl3/gcc/dist/gcc/ |
| pointer-query.h | 77 /* Return true if OFFRNG is the constant zero. */ 80 return offrng[0] == 0 && offrng[1] == 0; 83 /* Return true if OFFRNG is bounded to a subrange of offset values 134 offset_int offrng[2]; member in struct:access_ref
|
| pointer-query.cc | 110 or null if it doesn't. On success, set OFFRNG[] to the range of offsets 118 gimple_call_return_array (gimple *stmt, offset_int offrng[2], bool *past_end, 133 offrng[0] = offrng[1] = 0; 163 offrng[0] = offrng[1] = 0; 183 offrng[0] = offrng[1] = 0; 192 offrng[0] = 0; 193 offrng[1] = HOST_WIDE_INT_M1U 2060 offset_int offrng[2]; local [all...] |
| gimple-ssa-warn-restrict.cc | 589 offset_int offrng[2] = { ooboff[0], ooboff[1] }; local 595 if (offrng[1] < offrng[0] && offrng[1] < 0) 596 offrng[1] = maxobjsize; 604 bool hib = wi::les_p (offrng[0], offrng[1]); 619 endoff = offrng[lob] + (sizrange[0] - wroff); 648 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size [all...] |
| tree-ssa-strlen.cc | 464 to a known strinfo with an offset and OFFRNG is non-null, sets 465 both elements of the OFFRNG array to the range of the offset and 472 wide_int offrng[2] = NULL, range_query *rvals = NULL) 474 if (offrng) 475 offrng[0] = offrng[1] = wi::zero (TYPE_PRECISION (ptrdiff_type_node)); 548 if (offrng) 550 /* Only when requested by setting OFFRNG to non-null, 554 if (get_range (off, def_stmt, offrng, rvals)) 558 iterations and store it in the OFFRNG array. * 3805 wide_int offrng[2]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pointer-query.h | 77 /* Return true if OFFRNG is the constant zero. */ 80 return offrng[0] == 0 && offrng[1] == 0; 83 /* Return true if OFFRNG is bounded to a subrange of offset values 134 offset_int offrng[2]; member in struct:access_ref
|
| gimple-ssa-warn-restrict.cc | 586 offset_int offrng[2] = { ooboff[0], ooboff[1] }; local 592 if (offrng[1] < offrng[0] && offrng[1] < 0) 593 offrng[1] = maxobjsize; 601 bool hib = wi::les_p (offrng[0], offrng[1]); 616 endoff = offrng[lob] + (sizrange[0] - wroff); 645 if ((decl_p && offrng[hib] < 0) || offrng[lob] > size [all...] |
| pointer-query.cc | 109 or null if it doesn't. On success, set OFFRNG[] to the range of offsets 117 gimple_call_return_array (gimple *stmt, offset_int offrng[2], bool *past_end, 132 offrng[0] = offrng[1] = 0; 162 offrng[0] = offrng[1] = 0; 182 offrng[0] = offrng[1] = 0; 191 offrng[0] = 0; 192 offrng[1] = HOST_WIDE_INT_M1U 2044 offset_int offrng[2]; local [all...] |
| tree-ssa-strlen.cc | 462 to a known strinfo with an offset and OFFRNG is non-null, sets 463 both elements of the OFFRNG array to the range of the offset and 470 wide_int offrng[2] = NULL, range_query *rvals = NULL) 472 if (offrng) 473 offrng[0] = offrng[1] = wi::zero (TYPE_PRECISION (ptrdiff_type_node)); 546 if (offrng) 548 /* Only when requested by setting OFFRNG to non-null, 552 if (get_range (off, def_stmt, offrng, rvals)) 556 iterations and store it in the OFFRNG array. * 3810 wide_int offrng[2]; local [all...] |