Searched refs:bounds_check (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c12929 bounds_check (rtx operand, HOST_WIDE_INT low, HOST_WIDE_INT high,
12947 bounds_check (operand, low, high, "lane out of range");
12955 bounds_check (operand, low, high, "constant out of range");
12917 bounds_check (rtx operand, HOST_WIDE_INT low, HOST_WIDE_INT high, function
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc10605 Expression* bounds_check = Expression::check_bounds(this->end_, loc); local
10607 Expression::make_binary(OPERATOR_OROR, bounds_check, bad_index, loc);

Completed in 149 milliseconds