Home
last modified time | relevance | path

Searched refs:ioff0 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc16716 HOST_WIDE_INT ioff0 = -1, ioff1 = -1; in address_compare() local
16717 off0.is_constant (&ioff0); in address_compare()
16720 if ((TREE_CODE (base0) == FUNCTION_DECL && ioff0) in address_compare()
16740 if (ioff0 < 0 || ioff0 > TREE_STRING_LENGTH (base0)) in address_compare()
16802 if (ioff0 < 0 in address_compare()
16804 || ioff0 > TREE_STRING_LENGTH (base0) in address_compare()
16810 if (memcmp (TREE_STRING_POINTER (base0) + ioff0, in address_compare()
16812 MIN (TREE_STRING_LENGTH (base0) - ioff0, in address_compare()
16815 HOST_WIDE_INT ioffmin = MIN (ioff0, ioff1); in address_compare()
16816 if (memcmp (TREE_STRING_POINTER (base0) + ioff0 - ioffmin, in address_compare()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd4447 HOST_WIDE_INT ioff0 = -1, ioff1 = -1;
4448 off0.is_constant (&ioff0);
4454 && ioff0 >= 0 && ioff1 >= 0
4455 && ioff0 < TREE_STRING_LENGTH (base0)
4459 && strncmp (TREE_STRING_POINTER (base0) + ioff0,
4461 MIN (TREE_STRING_LENGTH (base0) - ioff0,