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

  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 1437 LONGEST low_bound1, high_bound1, low_bound2, high_bound2;
1450 if (!get_array_bounds (type1, &low_bound1, &high_bound1)
1461 || low_bound1 != low_bound2 || high_bound1 != high_bound2)
1467 for (i = 0; i < high_bound1 - low_bound1 + 1; i++)
1434 LONGEST low_bound1, high_bound1, low_bound2, high_bound2; local
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 1437 LONGEST low_bound1, high_bound1, low_bound2, high_bound2;
1450 if (!get_array_bounds (type1, &low_bound1, &high_bound1)
1461 || low_bound1 != low_bound2 || high_bound1 != high_bound2)
1467 for (i = 0; i < high_bound1 - low_bound1 + 1; i++)
1434 LONGEST low_bound1, high_bound1, low_bound2, high_bound2; local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 1506 tree low_bound1 = cheap_array_ref_low_bound (ref1); local
1511 if (operand_equal_p (index1, low_bound1, 0)
1546 if (!operand_equal_p (low_bound1, low_bound2, 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 1493 tree low_bound1 = cheap_array_ref_low_bound (ref1); local
1498 if (operand_equal_p (index1, low_bound1, 0)
1533 if (!operand_equal_p (low_bound1, low_bound2, 0))

Completed in 26 milliseconds