ic_codegen
Functions
emit(Fd, Str) -> term()
emit(Fd, Fmt, Args) -> term()
emit_c_enc_rpt(Fd, Prefix, Fmt, Args) -> term()
emit_c_dec_rpt(Fd, Prefix, Fmt, Args) -> term()
comment(Fd, C) -> term()
comment(Fd, C, A) -> term()
comment(Fd, C, A, CommentSequence) -> term()
comment_inlined(Fd, C, A, Start, End) -> term()
comment_prefixed(Fd, C, A, Prefix) -> term()
mcomment(Fd, List) -> term()
mcomment(Fd, List, X3) -> term()
mcomment_inlined(Fd, List, Start, End, Intermediate) -> term()
mcomment_prefixed(Fd, List, Prefix) -> term()
mcomment_light(Fd, List) -> term()
mcomment_light(Fd, List, Prefix) -> term()
mcomment_light_inlined(Fd, List, Start, End, Intermediate) -> term()
mcomment_light_prefixed(Fd, List, Prefix) -> term()
nl(Fd) -> term()
record(G, X, Name, IFRID, Recs) -> term()
export(F, Exports) -> term()
emit_stub_head(G, F1, Name, X4) -> term()
emit_hrl_head(G, Fd, Name, X4) -> term()
emit_hrl_foot(G, X2) -> term()
View Functions
- emit/2
- emit/3
- emit_c_enc_rpt/4
- emit_c_dec_rpt/4
- comment/2
- comment/3
- comment/4
- comment_inlined/5
- comment_prefixed/4
- mcomment/2
- mcomment/3
- mcomment_inlined/5
- mcomment_prefixed/3
- mcomment_light/2
- mcomment_light/3
- mcomment_light_inlined/5
- mcomment_light_prefixed/3
- nl/1
- record/5
- export/2
- emit_stub_head/4
- emit_hrl_head/4
- emit_hrl_foot/2