Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfa/initializationInTry.dot
T
2023-12-08 14:32:22 +00:00

227 lines
7.7 KiB
Plaintext
Vendored

digraph initializationInTry_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file initializationInTry.kt" style="filled" fillcolor=red];
1 [label="Exit file initializationInTry.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter function getNullableString" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter block"];
4 [label="Const: Null(null)"];
5 [label="Jump: ^getNullableString Null(null)"];
6 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray];
}
8 [label="Exit function getNullableString" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {8};
5 -> {6} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8} [style=dotted];
subgraph cluster_3 {
color=red
9 [label="Enter function takeNullableString" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
10 [label="Enter block"];
11 [label="Exit block"];
}
12 [label="Exit function takeNullableString" style="filled" fillcolor=red];
}
9 -> {10};
10 -> {11};
11 -> {12};
subgraph cluster_5 {
color=red
13 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
14 [label="Enter block"];
15 [label="Variable declaration: lval x: R|kotlin/String?|"];
subgraph cluster_7 {
color=blue
16 [label="Try expression enter"];
subgraph cluster_8 {
color=blue
17 [label="Try main block enter"];
subgraph cluster_9 {
color=blue
18 [label="Enter block"];
subgraph cluster_10 {
color=blue
19 [label="Function call arguments enter"];
20 [label="Function call arguments exit"];
}
21 [label="Function call: R|/getNullableString|()" style="filled" fillcolor=yellow];
22 [label="Check not null: R|/getNullableString|()!!" style="filled" fillcolor=yellow];
23 [label="Variable declaration: lval y: R|kotlin/String|"];
subgraph cluster_11 {
color=blue
24 [label="Function call arguments enter"];
25 [label="Function call arguments exit"];
}
26 [label="Function call: R|/getNullableString|()" style="filled" fillcolor=yellow];
27 [label="Assignment: R|<local>/x|"];
28 [label="Exit block"];
}
29 [label="Try main block exit"];
}
subgraph cluster_12 {
color=blue
30 [label="Enter finally"];
subgraph cluster_13 {
color=blue
31 [label="Enter block"];
32 [label="Access qualifier kotlin/Unit"];
33 [label="Exit block"];
}
34 [label="Exit finally"];
}
35 [label="Try expression exit"];
}
subgraph cluster_14 {
color=blue
36 [label="Function call arguments enter"];
37 [label="Access variable R|<local>/x|"];
38 [label="Function call arguments exit"];
}
39 [label="Function call: R|/takeNullableString|(...)" style="filled" fillcolor=yellow];
40 [label="Exit block"];
}
41 [label="Exit function test_1" style="filled" fillcolor=red];
}
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
16 -> {30} [label="onUncaughtException"];
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
27 -> {30} [label="onUncaughtException"];
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
subgraph cluster_15 {
color=red
42 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
43 [label="Enter block"];
44 [label="Variable declaration: lval x: R|kotlin/String?|"];
subgraph cluster_17 {
color=blue
45 [label="Try expression enter"];
subgraph cluster_18 {
color=blue
46 [label="Try main block enter"];
subgraph cluster_19 {
color=blue
47 [label="Enter block"];
subgraph cluster_20 {
color=blue
48 [label="Function call arguments enter"];
49 [label="Function call arguments exit"];
}
50 [label="Function call: R|/getNullableString|()" style="filled" fillcolor=yellow];
51 [label="Variable declaration: lval y: R|kotlin/String?|"];
subgraph cluster_21 {
color=blue
52 [label="Function call arguments enter"];
53 [label="Function call arguments exit"];
}
54 [label="Function call: R|/getNullableString|()" style="filled" fillcolor=yellow];
55 [label="Assignment: R|<local>/x|"];
56 [label="Exit block"];
}
57 [label="Try main block exit"];
}
subgraph cluster_22 {
color=blue
58 [label="Enter finally"];
subgraph cluster_23 {
color=blue
59 [label="Enter block"];
60 [label="Access qualifier kotlin/Unit"];
61 [label="Exit block"];
}
62 [label="Exit finally"];
}
63 [label="Try expression exit"];
}
subgraph cluster_24 {
color=blue
64 [label="Function call arguments enter"];
65 [label="Access variable R|<local>/x|"];
66 [label="Function call arguments exit"];
}
67 [label="Function call: R|/takeNullableString|(...)" style="filled" fillcolor=yellow];
68 [label="Exit block"];
}
69 [label="Exit function test_2" style="filled" fillcolor=red];
}
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {46};
45 -> {58} [label="onUncaughtException"];
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
55 -> {58} [label="onUncaughtException"];
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
}