Home
last modified time | relevance | path

Searched refs:andalso_semi_dispatch (Results 1 – 5 of 5) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dguard_SUITE.erl1970 ok = andalso_semi_dispatch(name, fun andalso_semi/1),
1971 ok = andalso_semi_dispatch(name, fun ?MODULE:andalso_semi/1),
1972 ok = andalso_semi_dispatch(name, {?MODULE,andalso_semi,1}),
1973 fc(catch andalso_semi_dispatch(42, fun andalso_semi/1)),
1974 fc(catch andalso_semi_dispatch(name, not_fun)),
1975 fc(catch andalso_semi_dispatch(name, fun andalso_semi_dispatch/2)),
1976 fc(catch andalso_semi_dispatch(42, {a,b})),
1986 andalso_semi_dispatch(Registry, MFAOrFun) when function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2016 ok = andalso_semi_dispatch(name, fun andalso_semi/1),
2017 ok = andalso_semi_dispatch(name, fun ?MODULE:andalso_semi/1),
2018 ok = andalso_semi_dispatch(name, {?MODULE,andalso_semi,1}),
2019 fc(catch andalso_semi_dispatch(42, fun andalso_semi/1)),
2020 fc(catch andalso_semi_dispatch(name, not_fun)),
2021 fc(catch andalso_semi_dispatch(name, fun andalso_semi_dispatch/2)),
2022 fc(catch andalso_semi_dispatch(42, {a,b})),
2032 andalso_semi_dispatch(Registry, MFAOrFun) when function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2016 ok = andalso_semi_dispatch(name, fun andalso_semi/1),
2017 ok = andalso_semi_dispatch(name, fun ?MODULE:andalso_semi/1),
2018 ok = andalso_semi_dispatch(name, {?MODULE,andalso_semi,1}),
2019 fc(catch andalso_semi_dispatch(42, fun andalso_semi/1)),
2020 fc(catch andalso_semi_dispatch(name, not_fun)),
2021 fc(catch andalso_semi_dispatch(name, fun andalso_semi_dispatch/2)),
2022 fc(catch andalso_semi_dispatch(42, {a,b})),
2032 andalso_semi_dispatch(Registry, MFAOrFun) when function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2016 ok = andalso_semi_dispatch(name, fun andalso_semi/1),
2017 ok = andalso_semi_dispatch(name, fun ?MODULE:andalso_semi/1),
2018 ok = andalso_semi_dispatch(name, {?MODULE,andalso_semi,1}),
2019 fc(catch andalso_semi_dispatch(42, fun andalso_semi/1)),
2020 fc(catch andalso_semi_dispatch(name, not_fun)),
2021 fc(catch andalso_semi_dispatch(name, fun andalso_semi_dispatch/2)),
2022 fc(catch andalso_semi_dispatch(42, {a,b})),
2032 andalso_semi_dispatch(Registry, MFAOrFun) when function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2016 ok = andalso_semi_dispatch(name, fun andalso_semi/1),
2017 ok = andalso_semi_dispatch(name, fun ?MODULE:andalso_semi/1),
2018 ok = andalso_semi_dispatch(name, {?MODULE,andalso_semi,1}),
2019 fc(catch andalso_semi_dispatch(42, fun andalso_semi/1)),
2020 fc(catch andalso_semi_dispatch(name, not_fun)),
2021 fc(catch andalso_semi_dispatch(name, fun andalso_semi_dispatch/2)),
2022 fc(catch andalso_semi_dispatch(42, {a,b})),
2032 andalso_semi_dispatch(Registry, MFAOrFun) when function