Home
last modified time | relevance | path

Searched defs:expand_rescue (Results 1 – 2 of 2) sorted by relevance

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_clauses.erl270 expand_rescue(Meta, [Arg], E) -> function
277 expand_rescue(Meta, _, E) -> function
282 expand_rescue({Name, _, Atom} = Var, E) when is_atom(Name), is_atom(Atom) -> function
286 expand_rescue({in, _, [{Name, _, VarContext} = Var, {'_', _, UnderscoreContext}]}, E) function
291 expand_rescue({in, Meta, [Left, Right]}, E) -> function
306 expand_rescue(Arg, E) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_clauses.erl269 expand_rescue(Meta, [Arg], S, E) -> function
276 expand_rescue(Meta, _, _, E) -> function
281 expand_rescue({Name, _, Atom} = Var, S, E) when is_atom(Name), is_atom(Atom) -> function
285 expand_rescue({in, _, [{Name, _, VarContext} = Var, {'_', _, UnderscoreContext}]}, S, E) function
290 expand_rescue({in, Meta, [Left, Right]}, S, E) -> function
305 expand_rescue(Arg, S, E) -> function