about summary refs log tree commit diff stats
path: root/cpp/.traces/string-equal-common-lengths-but-distinct
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/.traces/string-equal-common-lengths-but-distinct')
-rw-r--r--cpp/.traces/string-equal-common-lengths-but-distinct10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/.traces/string-equal-common-lengths-but-distinct b/cpp/.traces/string-equal-common-lengths-but-distinct
index 96313dbb..d68b3984 100644
--- a/cpp/.traces/string-equal-common-lengths-but-distinct
+++ b/cpp/.traces/string-equal-common-lengths-but-distinct
@@ -52,22 +52,22 @@ new/0: abc -> 0
 name/0: assign x 1
 new/0: abd -> 0
 name/0: assign y 2
-after-brace/0: recipe tmp0
+after-brace/0: recipe run1001
 after-brace/0: new ...
 after-brace/0: new ...
 after-brace/0: new ...
 after-brace/0: string-equal ...
-run/0: instruction tmp0/0
+run/0: instruction run1001/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
 mem/0: new alloc: 1000
-run/0: instruction tmp0/1
+run/0: instruction run1001/1
 run/0: {name: "x", value: 1, type: 2-5-4, properties: ["x": "address":"array":"character"]} <- new {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
 mem/0: storing 1031 in location 1002
-run/0: instruction tmp0/2
+run/0: instruction run1001/2
 run/0: {name: "y", value: 2, type: 2-5-4, properties: ["y": "address":"array":"character"]} <- new {name: "abd", value: 0, type: 0, properties: ["abd": "literal-string"]}
 mem/0: storing 1035 in location 1003
-run/0: instruction tmp0/3
+run/0: instruction run1001/3
 run/0: {name: "3", value: 3, type: 3, properties: ["3": "boolean", "raw": ]} <- string-equal {name: "x", value: 1, type: 2-5-4, properties: ["x": "address":"array":"character"]}, {name: "y", value: 2, type: 2-5-4, properties: ["y": "address":"array":"character"]}
 mem/0: location 1002 is 1031
 mem/0: location 1003 is 1035
g: pylint 2.0.0' href='/akspecs/ranger/commit/ranger/gui/bar.py?h=v1.9.2&id=84a22ae0c78b087b0cb080f47620291833586e6f'>84a22ae0 ^
d1a1173d ^



























18223912 ^
d1a1173d ^











9cce9fab ^


76791a70 ^
b3d031a9 ^
d1a1173d ^
9cce9fab ^
d1a1173d ^
b3d031a9 ^


ea87d005 ^
d1a1173d ^

ea87d005 ^
d1a1173d ^

9cce9fab ^
d1a1173d ^







ea87d005 ^
9cce9fab ^

76791a70 ^
d1a1173d ^



84a22ae0 ^
d1a1173d ^




















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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148