Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93f5ae4

Browse files
author
Dave Bartolomeo
committed
Clean up test formatting and accept new lines in results
1 parent dfe69d8 commit 93f5ae4

3 files changed

Lines changed: 111 additions & 105 deletions

File tree

cpp/ql/test/library-tests/dataflow/DefaultTaintTracking/stl.cpp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@ namespace std
1616

1717
template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
1818
class basic_string {
19-
public: const char* p;
19+
private:
20+
const char* p;
21+
22+
public:
2023
explicit basic_string(const Allocator& a = Allocator());
21-
basic_string(const charT* s, const Allocator& a = Allocator()) : p(s) {}
24+
basic_string(const charT* s, const Allocator& a = Allocator()) :
25+
p(s)
26+
{
27+
}
2228

2329
const charT* c_str() const;
2430
};

cpp/ql/test/library-tests/dataflow/DefaultTaintTracking/tainted.expected

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -173,73 +173,73 @@
173173
| globals.cpp:13:15:13:20 | call to getenv | globals.cpp:13:15:13:20 | call to getenv |
174174
| globals.cpp:23:15:23:20 | call to getenv | globals.cpp:16:15:16:21 | global2 |
175175
| globals.cpp:23:15:23:20 | call to getenv | globals.cpp:23:15:23:20 | call to getenv |
176-
| stl.cpp:62:25:62:30 | call to getenv | shared.h:5:23:5:31 | sinkparam |
177-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:21:29:21:29 | s |
178-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:21:70:21:70 | s |
179-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:43:78:43:104 | p#0 |
180-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:43:114:43:118 | p#1 |
181-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:62:25:62:30 | call to getenv |
182-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:64:36:64:36 | s |
183-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:68:8:68:8 | a |
184-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:68:12:68:17 | call to source |
185-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:70:16:70:21 | call to source |
186-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:70:16:70:23 | (const char *)... |
187-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:70:16:70:24 | call to basic_string |
188-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:72:7:72:7 | (const char *)... |
189-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:72:7:72:7 | a |
190-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:82:16:82:21 | call to source |
191-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:82:16:82:23 | (const char *)... |
192-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:82:16:82:24 | call to basic_string |
193-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:6:85:6 | call to operator<< |
194-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:6:85:17 | (reference dereference) |
195-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:9:85:14 | call to source |
196-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:9:85:16 | (const char *)... |
197-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:15:86:15 | call to operator<< |
198-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:15:86:26 | (reference dereference) |
199-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:18:86:23 | call to source |
200-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:18:86:25 | (const char *)... |
201-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:6 | call to operator<< |
202-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:19 | (reference dereference) |
203-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:19 | (reference to) |
204-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:9:87:14 | call to source |
205-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:9:87:16 | (const char *)... |
206-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:18:87:18 | call to operator<< |
207-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:18:87:26 | (reference dereference) |
208-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | (const stringstream)... |
209-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | (reference to) |
210-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | ss2 |
211-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | (const stringstream)... |
212-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | (reference to) |
213-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | ss4 |
214-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:96:7:96:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... |
215-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:96:7:96:9 | ss2 |
216-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:98:7:98:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... |
217-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:98:7:98:9 | ss4 |
218-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:118:10:118:15 | call to source |
219-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:125:16:125:28 | call to basic_string |
220-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:125:17:125:26 | call to user_input |
221-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:125:17:125:28 | (const char *)... |
222-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:128:9:128:13 | path2 |
223-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:19 | call to user_input |
224-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:21 | (const char *)... |
225-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:21 | call to basic_string |
226-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:21 | temporary object |
227-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:130:7:130:11 | (const basic_string<char, char_traits<char>, allocator<char>>)... |
228-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:130:7:130:11 | path2 |
229-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:132:15:132:24 | call to user_input |
230-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:132:15:132:26 | (const char *)... |
231-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:132:15:132:27 | call to basic_string |
232-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:138:14:138:15 | cs |
233-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:138:19:138:24 | call to source |
234-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:138:19:138:26 | (const char *)... |
235-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:141:17:141:18 | cs |
236-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:141:17:141:19 | call to basic_string |
237-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:143:7:143:8 | cs |
238-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:149:14:149:15 | cs |
239-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:149:19:149:24 | call to source |
240-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:149:19:149:26 | (const char *)... |
241-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:152:17:152:18 | cs |
242-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:152:17:152:19 | call to basic_string |
176+
| stl.cpp:68:25:68:30 | call to getenv | shared.h:5:23:5:31 | sinkparam |
177+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:24:29:24:29 | s |
178+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:25:6:25:6 | s |
179+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:49:78:49:104 | p#0 |
180+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:49:114:49:118 | p#1 |
181+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:68:25:68:30 | call to getenv |
182+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:70:36:70:36 | s |
183+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:74:8:74:8 | a |
184+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:74:12:74:17 | call to source |
185+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:76:16:76:21 | call to source |
186+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:76:16:76:23 | (const char *)... |
187+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:76:16:76:24 | call to basic_string |
188+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:78:7:78:7 | (const char *)... |
189+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:78:7:78:7 | a |
190+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:88:16:88:21 | call to source |
191+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:88:16:88:23 | (const char *)... |
192+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:88:16:88:24 | call to basic_string |
193+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:6:91:6 | call to operator<< |
194+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:6:91:17 | (reference dereference) |
195+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:9:91:14 | call to source |
196+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:9:91:16 | (const char *)... |
197+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:15:92:15 | call to operator<< |
198+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:15:92:26 | (reference dereference) |
199+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:18:92:23 | call to source |
200+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:18:92:25 | (const char *)... |
201+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:6 | call to operator<< |
202+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:19 | (reference dereference) |
203+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:19 | (reference to) |
204+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:9:93:14 | call to source |
205+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:9:93:16 | (const char *)... |
206+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:18:93:18 | call to operator<< |
207+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:18:93:26 | (reference dereference) |
208+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | (const stringstream)... |
209+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | (reference to) |
210+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | ss2 |
211+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | (const stringstream)... |
212+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | (reference to) |
213+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | ss4 |
214+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:102:7:102:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... |
215+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:102:7:102:9 | ss2 |
216+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:104:7:104:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... |
217+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:104:7:104:9 | ss4 |
218+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:124:10:124:15 | call to source |
219+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:131:16:131:28 | call to basic_string |
220+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:131:17:131:26 | call to user_input |
221+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:131:17:131:28 | (const char *)... |
222+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:134:9:134:13 | path2 |
223+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:19 | call to user_input |
224+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:21 | (const char *)... |
225+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:21 | call to basic_string |
226+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:21 | temporary object |
227+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:136:7:136:11 | (const basic_string<char, char_traits<char>, allocator<char>>)... |
228+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:136:7:136:11 | path2 |
229+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:138:15:138:24 | call to user_input |
230+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:138:15:138:26 | (const char *)... |
231+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:138:15:138:27 | call to basic_string |
232+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:144:14:144:15 | cs |
233+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:144:19:144:24 | call to source |
234+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:144:19:144:26 | (const char *)... |
235+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:147:17:147:18 | cs |
236+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:147:17:147:19 | call to basic_string |
237+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:149:7:149:8 | cs |
238+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:155:14:155:15 | cs |
239+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:155:19:155:24 | call to source |
240+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:155:19:155:26 | (const char *)... |
241+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:158:17:158:18 | cs |
242+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:158:17:158:19 | call to basic_string |
243243
| test_diff.cpp:92:10:92:13 | argv | shared.h:5:23:5:31 | sinkparam |
244244
| test_diff.cpp:92:10:92:13 | argv | test_diff.cpp:92:10:92:13 | argv |
245245
| test_diff.cpp:92:10:92:13 | argv | test_diff.cpp:92:10:92:16 | (const char *)... |

cpp/ql/test/library-tests/dataflow/DefaultTaintTracking/test_diff.expected

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,42 @@
3939
| defaulttainttracking.cpp:208:27:208:32 | call to getenv | defaulttainttracking.cpp:208:23:208:23 | x | AST only |
4040
| globals.cpp:13:15:13:20 | call to getenv | globals.cpp:13:5:13:11 | global1 | AST only |
4141
| globals.cpp:23:15:23:20 | call to getenv | globals.cpp:23:5:23:11 | global2 | AST only |
42-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:43:78:43:104 | p#0 | IR only |
43-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:62:7:62:12 | source | AST only |
44-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:64:36:64:36 | s | IR only |
45-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:70:16:70:24 | call to basic_string | IR only |
46-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:82:16:82:24 | call to basic_string | IR only |
47-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:6:85:6 | call to operator<< | IR only |
48-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:85:6:85:17 | (reference dereference) | IR only |
49-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:15:86:15 | call to operator<< | IR only |
50-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:86:15:86:26 | (reference dereference) | IR only |
51-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:6 | call to operator<< | IR only |
52-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:19 | (reference dereference) | IR only |
53-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:6:87:19 | (reference to) | IR only |
54-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:9:87:16 | (const char *)... | IR only |
55-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:18:87:18 | call to operator<< | IR only |
56-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:87:18:87:26 | (reference dereference) | IR only |
57-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | (const stringstream)... | IR only |
58-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | (reference to) | IR only |
59-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:91:7:91:9 | ss2 | IR only |
60-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | (const stringstream)... | IR only |
61-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | (reference to) | IR only |
62-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:93:7:93:9 | ss4 | IR only |
63-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:96:7:96:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... | IR only |
64-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:96:7:96:9 | ss2 | IR only |
65-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:98:7:98:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... | IR only |
66-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:98:7:98:9 | ss4 | IR only |
67-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:117:7:117:16 | user_input | AST only |
68-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:125:16:125:28 | call to basic_string | IR only |
69-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:128:9:128:13 | path2 | IR only |
70-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:21 | call to basic_string | IR only |
71-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:129:10:129:21 | temporary object | IR only |
72-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:130:7:130:11 | (const basic_string<char, char_traits<char>, allocator<char>>)... | IR only |
73-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:130:7:130:11 | path2 | IR only |
74-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:132:15:132:27 | call to basic_string | IR only |
75-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:141:17:141:19 | call to basic_string | IR only |
76-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:152:17:152:19 | call to basic_string | IR only |
77-
| stl.cpp:62:25:62:30 | call to getenv | stl.cpp:157:7:157:8 | cs | AST only |
42+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:49:78:49:104 | p#0 | IR only |
43+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:68:7:68:12 | source | AST only |
44+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:70:36:70:36 | s | IR only |
45+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:76:16:76:24 | call to basic_string | IR only |
46+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:88:16:88:24 | call to basic_string | IR only |
47+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:6:91:6 | call to operator<< | IR only |
48+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:91:6:91:17 | (reference dereference) | IR only |
49+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:15:92:15 | call to operator<< | IR only |
50+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:92:15:92:26 | (reference dereference) | IR only |
51+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:6 | call to operator<< | IR only |
52+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:19 | (reference dereference) | IR only |
53+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:6:93:19 | (reference to) | IR only |
54+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:9:93:16 | (const char *)... | IR only |
55+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:18:93:18 | call to operator<< | IR only |
56+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:93:18:93:26 | (reference dereference) | IR only |
57+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | (const stringstream)... | IR only |
58+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | (reference to) | IR only |
59+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:97:7:97:9 | ss2 | IR only |
60+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | (const stringstream)... | IR only |
61+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | (reference to) | IR only |
62+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:99:7:99:9 | ss4 | IR only |
63+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:102:7:102:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... | IR only |
64+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:102:7:102:9 | ss2 | IR only |
65+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:104:7:104:9 | (const basic_stringstream<char, char_traits<char>, allocator<char>>)... | IR only |
66+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:104:7:104:9 | ss4 | IR only |
67+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:123:7:123:16 | user_input | AST only |
68+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:131:16:131:28 | call to basic_string | IR only |
69+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:134:9:134:13 | path2 | IR only |
70+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:21 | call to basic_string | IR only |
71+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:135:10:135:21 | temporary object | IR only |
72+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:136:7:136:11 | (const basic_string<char, char_traits<char>, allocator<char>>)... | IR only |
73+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:136:7:136:11 | path2 | IR only |
74+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:138:15:138:27 | call to basic_string | IR only |
75+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:147:17:147:19 | call to basic_string | IR only |
76+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:158:17:158:19 | call to basic_string | IR only |
77+
| stl.cpp:68:25:68:30 | call to getenv | stl.cpp:163:7:163:8 | cs | AST only |
7878
| test_diff.cpp:104:12:104:15 | argv | test_diff.cpp:104:11:104:20 | (...) | IR only |
7979
| test_diff.cpp:108:10:108:13 | argv | test_diff.cpp:36:24:36:24 | p | AST only |
8080
| test_diff.cpp:111:10:111:13 | argv | shared.h:5:23:5:31 | sinkparam | AST only |

0 commit comments

Comments
 (0)