Home
last modified time | relevance | path

Searched defs:redundant_5 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dguard_SUITE.erl1496 redundant_5(X) when X < 51 -> 2*X; function
1497 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1498 redundant_5(X) when X =< 10 -> none; function
1499 redundant_5(_) -> none. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dguard_SUITE.erl1554 redundant_5(X) when X < 51 -> 2*X; function
1555 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1556 redundant_5(X) when X =< 10 -> none; function
1557 redundant_5(_) -> none. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1622 redundant_5(X) when X < 51 -> 2*X; function
1623 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1624 redundant_5(X) when X =< 10 -> none; function
1625 redundant_5(_) -> none. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dguard_SUITE.erl1576 redundant_5(X) when X < 51 -> 2*X; function
1577 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1578 redundant_5(X) when X =< 10 -> none; function
1579 redundant_5(_) -> none. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1622 redundant_5(X) when X < 51 -> 2*X; function
1623 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1624 redundant_5(X) when X =< 10 -> none; function
1625 redundant_5(_) -> none. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1622 redundant_5(X) when X < 51 -> 2*X; function
1623 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1624 redundant_5(X) when X =< 10 -> none; function
1625 redundant_5(_) -> none. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1622 redundant_5(X) when X < 51 -> 2*X; function
1623 redundant_5(X) when X > 50, X < 81 -> 5*X; function
1624 redundant_5(X) when X =< 10 -> none; function
1625 redundant_5(_) -> none. function