Home
last modified time | relevance | path

Searched defs:redundant_4 (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.erl1491 redundant_4(X) when X < 51 -> 2*X; function
1492 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1493 redundant_4(X) when X =/= 100 -> none; function
1494 redundant_4(_) -> none. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dguard_SUITE.erl1549 redundant_4(X) when X < 51 -> 2*X; function
1550 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1551 redundant_4(X) when X =/= 100 -> none; function
1552 redundant_4(_) -> none. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1617 redundant_4(X) when X < 51 -> 2*X; function
1618 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1619 redundant_4(X) when X =/= 100 -> none; function
1620 redundant_4(_) -> none. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dguard_SUITE.erl1571 redundant_4(X) when X < 51 -> 2*X; function
1572 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1573 redundant_4(X) when X =/= 100 -> none; function
1574 redundant_4(_) -> none. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1617 redundant_4(X) when X < 51 -> 2*X; function
1618 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1619 redundant_4(X) when X =/= 100 -> none; function
1620 redundant_4(_) -> none. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1617 redundant_4(X) when X < 51 -> 2*X; function
1618 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1619 redundant_4(X) when X =/= 100 -> none; function
1620 redundant_4(_) -> none. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl1617 redundant_4(X) when X < 51 -> 2*X; function
1618 redundant_4(X) when X =< 80, X > 50 -> 5*X; function
1619 redundant_4(X) when X =/= 100 -> none; function
1620 redundant_4(_) -> none. function