aboutsummaryrefslogtreecommitdiff
path: root/test_cases/diff_tests/member/expected/pointer_to_member_cc.o_o_viz
blob: 31262c824dcc4607693d1dab8f2864896907dac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
digraph "ABI diff" {
  "0" [shape=rectangle, label="'interface'"]
  "1" [color=red, label="added(int struct S::* s2() {_Z2s2v})"]
  "0" -> "1" [label=""]
  "2" [color=red, label="added(void pmz_fun() {_Z7pmz_funv})"]
  "0" -> "2" [label=""]
  "3" [color=red, label="added(char struct Y::* pmc)"]
  "0" -> "3" [label=""]
  "4" [color=red, label="added(int union U::* pmcu)"]
  "0" -> "4" [label=""]
  "5" [color=red, label="added(double struct X::* pmd)"]
  "0" -> "5" [label=""]
  "6" [color=red, label="added(void(struct X::* pmf)(struct X*, int))"]
  "0" -> "6" [label=""]
  "7" [color=red, label="added(int struct X::* pmi)"]
  "0" -> "7" [label=""]
  "8" [color=red, label="added(int union U::* pmu)"]
  "0" -> "8" [label=""]
  "9" [color=red, label="added(int struct { int t; }::* pmy)"]
  "0" -> "9" [label=""]
  "10" [color=red, label="added(int struct S::* s0)"]
  "0" -> "10" [label=""]
  "11" [color=red, label="added(int struct S::** s1)"]
  "0" -> "11" [label=""]
  "12" [color=red, label="added(int struct S::*(* s3)())"]
  "0" -> "12" [label=""]
  "13" [color=red, label="added(int struct S::* s4[7])"]
  "0" -> "13" [label=""]
  "14" [color=red, label="added(int* struct S::* s5)"]
  "0" -> "14" [label=""]
  "15" [color=red, label="added(int(* struct S::* s6)())"]
  "0" -> "15" [label=""]
  "16" [color=red, label="added(int(struct S::* s7)(struct S*))"]
  "0" -> "16" [label=""]
  "17" [color=red, label="added(int(struct S::* s8)[7])"]
  "0" -> "17" [label=""]
  "18" [color=red, label="added(const int struct S::* volatile s9)"]
  "0" -> "18" [label=""]
  "19" [label="'char struct A::* diff' -> 'int struct B::* diff'"]
  "20" [label="'char struct A::*' -> 'int struct B::*'"]
  "21" [color=red, label="'struct A' -> 'struct B'"]
  "20" -> "21" [label="containing"]
  "22" [color=red, label="'char' -> 'int'"]
  "20" -> "22" [label=""]
  "19" -> "20" [label=""]
  "0" -> "19" [label=""]
}