dialyzer_callgraph

Functions


add_edges(Edges, CG) -> term()

all_nodes(Callgraph) -> term()

cleanup(Callgraph) -> term()

delete(Callgraph) -> term()

finalize(Callgraph) -> term()

get_behaviour_api_calls(Callgraph) -> term()

get_digraph(Callgraph) -> term()

get_named_tables(Callgraph) -> term()

get_public_tables(Callgraph) -> term()

get_race_code(Callgraph) -> term()

get_race_detection(Callgraph) -> term()

in_neighbours(Label, Callgraph) -> term()

is_escaping(Label, Callgraph) -> term()

is_self_rec(MfaOrLabel, Callgraph) -> term()

lookup_call_site(Label, Callgraph) -> term()

lookup_label(MFA, Callgraph) -> term()

lookup_name(Label, Callgraph) -> term()

lookup_rec_var(Label, Callgraph) -> term()

module_deps(Callgraph) -> term()

module_postorder_from_funs(Funs, Callgraph) -> term()

modules(Callgraph) -> term()

new() -> term()

non_local_calls(Callgraph) -> term()

put_behaviour_api_calls(Calls, Callgraph) -> term()

put_digraph(Digraph, Callgraph) -> term()

put_named_tables(NamedTables, Callgraph) -> term()

put_public_tables(PublicTables, Callgraph) -> term()

put_race_code(RaceCode, Callgraph) -> term()

put_race_detection(RaceDetection, Callgraph) -> term()

race_code_new(Callgraph) -> term()

remove_external(Callgraph) -> term()

renew_race_info(CG, RaceCode, PublicTables, NamedTables) -> term()

reset_from_funs(Funs, Callgraph) -> term()

scan_core_tree(Tree, Callgraph) -> term()

strip_module_deps(ModDeps, StripSet) -> term()

take_scc(Callgraph) -> term()

to_dot(Callgraph, File) -> term()

to_ps(Callgraph, File, Args) -> term()

View Functions