Home
last modified time | relevance | path

Searched refs:normalize_rescue (Results 1 – 4 of 4) sorted by relevance

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_erl_try.erl39 Body = normalize_rescue(Meta, TempVar, Left, Expr, ErlangAliases),
44 Body = normalize_rescue(Meta, TempVar, Left, Expr, ['Elixir.ErlangError']),
47 normalize_rescue(_Meta, _Var, {'_', _, Atom}, Expr, _) when is_atom(Atom) -> function
49 normalize_rescue(Meta, Var, Pattern, Expr, []) -> function
51 normalize_rescue(Meta, Var, Pattern, Expr, ErlangAliases) -> function
H A Delixir_clauses.erl297 case normalize_rescue(ERight) of
309 normalize_rescue({'_', _, Atom} = N) when is_atom(Atom) -> N; function
310 normalize_rescue(Atom) when is_atom(Atom) -> [Atom]; function
311 normalize_rescue(Other) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_erl_try.erl39 Body = normalize_rescue(Meta, TempVar, Left, Expr, ErlangAliases),
44 Body = normalize_rescue(Meta, TempVar, Left, Expr, ['Elixir.ErlangError']),
47 normalize_rescue(_Meta, _Var, {'_', _, Atom}, Expr, _) when is_atom(Atom) -> function
49 normalize_rescue(Meta, Var, Pattern, Expr, []) -> function
51 normalize_rescue(Meta, Var, Pattern, Expr, ErlangAliases) -> function
H A Delixir_clauses.erl296 case normalize_rescue(ERight) of
308 normalize_rescue({'_', _, Atom} = N) when is_atom(Atom) -> N; function
309 normalize_rescue(Atom) when is_atom(Atom) -> [Atom]; function
310 normalize_rescue(Other) -> function