Home
last modified time | relevance | path

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

/dports/devel/erlang-gpb/gpb-4.3.3/src/
H A Dgpb_compile.erl2391 combine_erl_and_possible_nif(ErlCompilationResult, '$not_generated'=_Nif) -> function
2393 combine_erl_and_possible_nif({ok, ModuleName, ErlCode}, NifTxt) -> function
2395 combine_erl_and_possible_nif({ok, ModuleName, ErlCode, Warnings}, NifTxt) -> function
2397 combine_erl_and_possible_nif(Error, _NifTxt) -> function