Module cwe_checker_lib::analysis::callgraph
source · Expand description
Generate call graphs out of a program term.
Functions
- Collect and return all call TIDs of call sequences that start in the function given by the
source_sub_tid
and end in the function given by thetarget_sub_tid
. - Generate a call graph for the given program.
Type Aliases
- The graph type of a call graph