Home
last modified time | relevance | path

Searched refs:expand_module (Results 1 – 10 of 10) sorted by relevance

/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_pmod.erl49 {Mod,expand_module(Fs, Ci#cinfo.opts)};
55 expand_module(Fs0, Opts) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcompile.erl406 ?pass(expand_module),
712 expand_module(#compile{code=Code,options=Opts0}=St0) -> function
/dports/cad/yosys/yosys-yosys-0.12/passes/hierarchy/
H A Dhierarchy.cc442 bool expand_module(RTLIL::Design *design, RTLIL::Module *module, bool flag_check, bool flag_simchec… in expand_module() function
1042 if (expand_module(design, module, flag_check, flag_simcheck, libdirs)) in execute()
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dkernel.ex4423 {full, old, new} = expand_module(alias, expanded, env)
4464 defp expand_module({:__aliases__, _, [:"Elixir", _ | _]}, module, _env), function
4468 defp expand_module({:__aliases__, _, _}, module, %{module: nil}), function
4472 defp expand_module({:__aliases__, _, [h | t]}, _module, env) when is_atom(h) do function
4483 defp expand_module(_raw, module, _env) do function