• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 1 Removed, 2 Changed, 1 Added functions
2Variables changes summary: 1 Removed, 1 Changed, 1 Added variables
3
41 Removed function:
5
6  [D] 'function int fun_removed()'    {fun_removed}
7
81 Added function:
9
10  [A] 'function long int fun_added()'    {fun_added}
11
122 functions with some indirect sub-type change:
13
14  [C] 'function int fun_changed()' has some indirect sub-type changes:
15    return type changed:
16      type name changed from 'int' to 'long int'
17      type size changed from 32 to 64 (in bits)
18
19  [C] 'function void victim(type_changed*)' has some indirect sub-type changes:
20    parameter 1 of type 'type_changed*' has sub-type changes:
21      in pointed to type 'struct type_changed':
22        type size changed from 32 to 64 (in bits)
23        1 data member change:
24          type of 'int x' changed:
25            type name changed from 'int' to 'long int'
26            type size changed from 32 to 64 (in bits)
27
281 Removed variable:
29
30  [D] 'int var_removed'    {var_removed}
31
321 Added variable:
33
34  [A] 'long int var_added'    {var_added}
35
361 Changed variable:
37
38  [C] 'int var_changed' was changed to 'long int var_changed':
39    size of symbol changed from 4 to 8
40    type of variable changed:
41      type name changed from 'int' to 'long int'
42      type size changed from 32 to 64 (in bits)
43
44