cg-callgraph-char.c.dot 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // callgraph generated by ./spg from file char.c
  2. digraph "callgraph-char.c"
  3. {
  4. // subgraph for function parse_escape()
  5. subgraph cluster_function_parse_escape
  6. {
  7. label="parse_escape() file char.c";
  8. // parse_escape() at line 9 calls hexval() at line 48
  9. "parse_escape()" -> "hexval()";
  10. // parse_escape() at line 9 calls warning() at line 95
  11. "parse_escape()" -> "warning()";
  12. // parse_escape() at line 9 calls warning() at line 95
  13. "parse_escape()" -> "warning()";
  14. } // parse_escape() end subgraph
  15. // subgraph for function get_char_constant()
  16. subgraph cluster_function_get_char_constant
  17. {
  18. label="get_char_constant() file char.c";
  19. // get_char_constant() at line 63 calls parse_escape() at line 9
  20. "get_char_constant()" -> "parse_escape()";
  21. // get_char_constant() at line 63 calls warning() at line 95
  22. "get_char_constant()" -> "warning()";
  23. } // get_char_constant() end subgraph
  24. // subgraph for function get_string_constant()
  25. subgraph cluster_function_get_string_constant
  26. {
  27. label="get_string_constant() file char.c";
  28. // get_string_constant() at line 88 calls parse_escape() at line 9
  29. "get_string_constant()" -> "parse_escape()";
  30. // get_string_constant() at line 88 calls warning() at line 95
  31. "get_string_constant()" -> "warning()";
  32. // get_string_constant() at line 88 calls __alloc_string() at line 71
  33. "get_string_constant()" -> "__alloc_string()";
  34. // get_string_constant() at line 88 calls memmove() at line 50
  35. "get_string_constant()" -> "memmove()";
  36. } // get_string_constant() end subgraph
  37. }
  38. // end