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

  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 4584 wide_int minshort = r0.lower_bound ();
4593 ASSERT_TRUE (r1.lower_bound () == minshort
4583 wide_int minshort = r0.lower_bound (); local
range-op.cc 4584 wide_int minshort = r0.lower_bound ();
4593 ASSERT_TRUE (r1.lower_bound () == minshort
4583 wide_int minshort = r0.lower_bound (); local
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 4171 tree minshort = wide_int_to_tree (short_integer_type_node, r0.lower_bound ());
4178 ASSERT_TRUE (r1.lower_bound () == wi::to_wide (minshort)
4170 tree minshort = wide_int_to_tree (short_integer_type_node, r0.lower_bound ()); local
range-op.cc 4171 tree minshort = wide_int_to_tree (short_integer_type_node, r0.lower_bound ());
4178 ASSERT_TRUE (r1.lower_bound () == wi::to_wide (minshort)
4170 tree minshort = wide_int_to_tree (short_integer_type_node, r0.lower_bound ()); local

Completed in 81 milliseconds