HomeSort by: relevance | last modified time | path
    Searched refs:eltoff (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 2501 OFF - FLDPOS points (which may be past ELTOFF). */
2502 HOST_WIDE_INT eltoff = 0;
2503 if (tree ft = array_elt_at_offset (fldtype, off - fldpos, &eltoff))
2511 fldpos += eltoff;
2537 /* Determine the offset *ELTOFF of the first byte of the array element
2539 set *ELTOFF to the offset of the first byte and return type.
2544 HOST_WIDE_INT *eltoff /* = nullptr */,
2550 if (!eltoff)
2551 eltoff = &dummy;
2568 *eltoff = 0
    [all...]
builtins.cc 684 HOST_WIDE_INT eltoff; local
689 eltoff = 0;
691 eltoff = -1;
693 eltoff = tree_to_uhwi (byteoff) / eltsize;
697 if (eltoff < 0 || eltoff >= maxelts)
704 eltoff))
713 /* If eltoff is larger than strelts but less than maxelts the
715 if (eltoff > strelts)
722 Since ELTOFF is our starting index into the string, no furthe
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 2488 OFF - FLDPOS points (which may be past ELTOFF). */
2489 HOST_WIDE_INT eltoff = 0;
2490 if (tree ft = array_elt_at_offset (fldtype, off - fldpos, &eltoff))
2498 fldpos += eltoff;
2524 /* Determine the offset *ELTOFF of the first byte of the array element
2526 set *ELTOFF to the offset of the first byte and return type.
2531 HOST_WIDE_INT *eltoff /* = nullptr */,
2537 if (!eltoff)
2538 eltoff = &dummy;
2555 *eltoff = 0
    [all...]
builtins.cc 681 HOST_WIDE_INT eltoff; local
686 eltoff = 0;
688 eltoff = -1;
690 eltoff = tree_to_uhwi (byteoff) / eltsize;
694 if (eltoff < 0 || eltoff >= maxelts)
701 eltoff))
710 /* If eltoff is larger than strelts but less than maxelts the
712 if (eltoff > strelts)
719 Since ELTOFF is our starting index into the string, no furthe
    [all...]

Completed in 28 milliseconds