Home
last modified time | relevance | path

Searched refs:do_exceptions_after_match_failure (Results 1 – 6 of 6) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbs_match_SUITE.erl2015 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2016 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2017 ok = do_exceptions_after_match_failure(2.0).
2019 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2021 do_exceptions_after_match_failure(Other) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2358 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2359 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2360 ok = do_exceptions_after_match_failure(2.0).
2362 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2364 do_exceptions_after_match_failure(Other) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbs_match_SUITE.erl2344 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2345 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2346 ok = do_exceptions_after_match_failure(2.0).
2348 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2350 do_exceptions_after_match_failure(Other) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2358 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2359 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2360 ok = do_exceptions_after_match_failure(2.0).
2362 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2364 do_exceptions_after_match_failure(Other) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2358 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2359 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2360 ok = do_exceptions_after_match_failure(2.0).
2362 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2364 do_exceptions_after_match_failure(Other) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2358 {'EXIT', {badarith, _}} = (catch do_exceptions_after_match_failure(atom)),
2359 ok = do_exceptions_after_match_failure(<<0, 1, "gurka">>),
2360 ok = do_exceptions_after_match_failure(2.0).
2362 do_exceptions_after_match_failure(<<_A, _B, "gurka">>) -> function
2364 do_exceptions_after_match_failure(Other) -> function