forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathisfromuninstantiatedtemplate.expected
More file actions
551 lines (551 loc) · 50.1 KB
/
isfromuninstantiatedtemplate.expected
File metadata and controls
551 lines (551 loc) · 50.1 KB
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
isFromUninstantiatedTemplate
| file://:0:0:0:0 | 0 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| file://:0:0:0:0 | (int)... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| file://:0:0:0:0 | initializer for MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:12:24:12:46 | definition of inner_template_function | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function |
| isfromtemplateinstantiation.cpp:19:24:19:46 | definition of outer_template_function | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:25:2:25:27 | Unknown literal | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:25:2:25:29 | call to expression | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function |
| isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method | isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method |
| isfromtemplateinstantiation.cpp:38:26:38:42 | definition of a_template_method | isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method |
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method |
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method |
| isfromtemplateinstantiation.cpp:44:26:44:39 | definition of template_class<T> | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:46:4:46:4 | definition of t | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:49:7:49:14 | b_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:49:7:49:14 | b_method | isfromtemplateinstantiation.cpp:49:7:49:14 | b_method |
| isfromtemplateinstantiation.cpp:49:7:49:14 | definition of b_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:49:7:49:14 | definition of b_method | isfromtemplateinstantiation.cpp:49:7:49:14 | b_method |
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | isfromtemplateinstantiation.cpp:49:7:49:14 | b_method |
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | isfromtemplateinstantiation.cpp:49:7:49:14 | b_method |
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:26:53:42 | declaration of b_template_method | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:26:53:42 | definition of b_template_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:53:26:53:42 | definition of b_template_method | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:46:53:46 | declaration of u | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> |
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method |
| isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:77:26:77:45 | definition of AnotherTemplateClass<T> | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:80:12:80:13 | _t | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:80:12:80:13 | declaration of _t | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct | isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct |
| isfromtemplateinstantiation.cpp:82:9:82:21 | definition of MyClassStruct | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:82:9:82:21 | definition of MyClassStruct | isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct |
| isfromtemplateinstantiation.cpp:84:6:84:10 | definition of value | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:84:6:84:10 | definition of value | isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct |
| isfromtemplateinstantiation.cpp:84:6:84:10 | value | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:84:6:84:10 | value | isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct |
| isfromtemplateinstantiation.cpp:86:16:86:16 | definition of l | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:86:16:86:16 | l | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:88:7:88:17 | MyClassEnum | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:88:7:88:17 | definition of MyClassEnum | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:7:93:15 | definition of myMethod1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:7:93:15 | definition of myMethod1 | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | declaration of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:74:97:77 | declaration of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | declaration of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
| isfromtemplateinstantiation.cpp:110:15:110:15 | definition of var_template | isfromtemplateinstantiation.cpp:110:15:110:15 | var_template |
| isfromtemplateinstantiation.cpp:110:15:110:15 | var_template | isfromtemplateinstantiation.cpp:110:15:110:15 | var_template |
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:128:7:128:30 | definition of AnotherTemplateClass<T *> | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:6:129:6 | definition of f | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:6:129:6 | definition of f | isfromtemplateinstantiation.cpp:129:6:129:6 | f |
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | isfromtemplateinstantiation.cpp:129:6:129:6 | f |
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | isfromtemplateinstantiation.cpp:129:6:129:6 | f |
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | isfromtemplateinstantiation.cpp:129:6:129:6 | f |
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | isfromtemplateinstantiation.cpp:129:6:129:6 | f |
| isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:134:29:134:33 | definition of Outer<T> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | declaration of Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | definition of Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:135:31:135:35 | definition of Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | y | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | y | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
| isfromtemplateinstantiation.cpp:137:7:137:7 | y | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
| isfromtemplateinstantiation.cpp:144:28:144:56 | declaration of incomplete_never_instantiated<T> | isfromtemplateinstantiation.cpp:144:28:144:56 | incomplete_never_instantiated<T> |
| isfromtemplateinstantiation.cpp:144:28:144:56 | incomplete_never_instantiated<T> | isfromtemplateinstantiation.cpp:144:28:144:56 | incomplete_never_instantiated<T> |
| isfromtemplateinstantiation.cpp:146:28:146:45 | definition of never_instantiated<T> | isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> |
| isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> | isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> |
| isfromtemplateinstantiation.cpp:146:51:146:51 | definition of x | isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> |
| isfromtemplateinstantiation.cpp:146:51:146:51 | x | isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> |
| isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated | isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated |
| isfromtemplateinstantiation.cpp:148:24:148:46 | declaration of decl_never_instantiated | isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated |
| isfromtemplateinstantiation.cpp:148:50:148:50 | declaration of x | isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated |
| isfromtemplateinstantiation.cpp:148:50:148:50 | x | isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated |
| isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated | isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated |
| isfromtemplateinstantiation.cpp:150:24:150:45 | definition of def_never_instantiated | isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated |
| isfromtemplateinstantiation.cpp:150:49:150:49 | definition of x | isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated |
| isfromtemplateinstantiation.cpp:150:49:150:49 | x | isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated |
| load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:13:7:13:27 | definition of basic_text_iprimitive<IStream> | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:15:14:15:15 | definition of is | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:15:14:15:15 | is | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:18:5:18:25 | basic_text_iprimitive | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:18:5:18:25 | basic_text_iprimitive | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:18:5:18:25 | definition of basic_text_iprimitive | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:18:5:18:25 | definition of basic_text_iprimitive | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:18:36:18:42 | definition of isParam | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:18:36:18:42 | definition of isParam | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:18:36:18:42 | isParam | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:18:36:18:42 | isParam | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:11:19:21 | constructor init of field is | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:11:19:21 | constructor init of field is | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:14:19:20 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:14:19:20 | (reference dereference) | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:14:19:20 | (reference to) | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:14:19:20 | (reference to) | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:14:19:20 | isParam | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:14:19:20 | isParam | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:23:19:24 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:23:19:24 | { ... } | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:19:24:19:24 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:19:24:19:24 | return ... | load.cpp:18:5:18:25 | basic_text_iprimitive |
| load.cpp:22:10:22:13 | declaration of load | load.cpp:22:10:22:13 | load |
| load.cpp:22:10:22:13 | definition of load | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:22:10:22:13 | definition of load | load.cpp:22:10:22:13 | load |
| load.cpp:22:10:22:13 | load | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:22:10:22:13 | load | load.cpp:22:10:22:13 | load |
| load.cpp:22:10:22:13 | load | load.cpp:22:10:22:13 | load |
| load.cpp:22:19:22:19 | declaration of t | load.cpp:22:10:22:13 | load |
| load.cpp:22:19:22:19 | definition of t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:22:19:22:19 | definition of t | load.cpp:22:10:22:13 | load |
| load.cpp:22:19:22:19 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:22:19:22:19 | t | load.cpp:22:10:22:13 | load |
| load.cpp:22:19:22:19 | t | load.cpp:22:10:22:13 | load |
| load.cpp:23:5:25:5 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:23:5:25:5 | { ... } | load.cpp:22:10:22:13 | load |
| load.cpp:24:9:24:10 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:9:24:10 | (reference dereference) | load.cpp:22:10:22:13 | load |
| load.cpp:24:9:24:10 | is | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:9:24:10 | is | load.cpp:22:10:22:13 | load |
| load.cpp:24:9:24:10 | this | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:9:24:10 | this | load.cpp:22:10:22:13 | load |
| load.cpp:24:9:24:15 | ... >> ... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:9:24:15 | ... >> ... | load.cpp:22:10:22:13 | load |
| load.cpp:24:9:24:16 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:9:24:16 | ExprStmt | load.cpp:22:10:22:13 | load |
| load.cpp:24:15:24:15 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:15:24:15 | (reference dereference) | load.cpp:22:10:22:13 | load |
| load.cpp:24:15:24:15 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:24:15:24:15 | t | load.cpp:22:10:22:13 | load |
| load.cpp:25:5:25:5 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:25:5:25:5 | return ... | load.cpp:22:10:22:13 | load |
| load.cpp:27:10:27:13 | definition of load | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:27:10:27:13 | definition of load | load.cpp:27:10:27:13 | load |
| load.cpp:27:10:27:13 | load | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:27:10:27:13 | load | load.cpp:27:10:27:13 | load |
| load.cpp:27:22:27:22 | definition of t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:27:22:27:22 | definition of t | load.cpp:27:10:27:13 | load |
| load.cpp:27:22:27:22 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:27:22:27:22 | t | load.cpp:27:10:27:13 | load |
| load.cpp:28:5:32:5 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:28:5:32:5 | { ... } | load.cpp:27:10:27:13 | load |
| load.cpp:29:9:29:20 | declaration | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:29:9:29:20 | declaration | load.cpp:27:10:27:13 | load |
| load.cpp:29:19:29:19 | definition of i | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:29:19:29:19 | definition of i | load.cpp:27:10:27:13 | load |
| load.cpp:29:19:29:19 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:29:19:29:19 | i | load.cpp:27:10:27:13 | load |
| load.cpp:30:9:30:12 | Unknown literal | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:30:9:30:12 | Unknown literal | load.cpp:27:10:27:13 | load |
| load.cpp:30:9:30:15 | call to expression | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:30:9:30:15 | call to expression | load.cpp:27:10:27:13 | load |
| load.cpp:30:9:30:16 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:30:9:30:16 | ExprStmt | load.cpp:27:10:27:13 | load |
| load.cpp:30:14:30:14 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:30:14:30:14 | i | load.cpp:27:10:27:13 | load |
| load.cpp:31:9:31:9 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:9:31:9 | (reference dereference) | load.cpp:27:10:27:13 | load |
| load.cpp:31:9:31:9 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:9:31:9 | t | load.cpp:27:10:27:13 | load |
| load.cpp:31:9:31:13 | ... = ... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:9:31:13 | ... = ... | load.cpp:27:10:27:13 | load |
| load.cpp:31:9:31:14 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:9:31:14 | ExprStmt | load.cpp:27:10:27:13 | load |
| load.cpp:31:13:31:13 | (char)... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:13:31:13 | (char)... | load.cpp:27:10:27:13 | load |
| load.cpp:31:13:31:13 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:31:13:31:13 | i | load.cpp:27:10:27:13 | load |
| load.cpp:32:5:32:5 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
| load.cpp:32:5:32:5 | return ... | load.cpp:27:10:27:13 | load |
#select
| isfromtemplateinstantiation.cpp:4:6:4:20 | normal_function | | | Declaration | |
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | I | | Definition | |
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | I | | Definition | |
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | I | | Declaration | |
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | I | | Declaration | |
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | | T | Declaration | |
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | | T | Stmt | |
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | I | | Stmt | |
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | I | | Stmt | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | | T | Definition | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | I | | Definition | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | I | | Definition | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | | T | Declaration | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | I | | Declaration | |
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | I | | Declaration | |
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | | T | Expr | Not ref |
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | I | | Expr | Not ref |
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | I | | Expr | Not ref |
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | | T | Expr | |
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | I | | Expr | |
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | I | | Expr | |
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | | T | Stmt | |
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | I | | Definition | |
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | I | | Definition | |
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | I | | Declaration | |
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | I | | Declaration | |
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | | T | Declaration | |
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | | T | Stmt | |
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | I | | Stmt | |
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | I | | Stmt | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | | T | Definition | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | I | | Definition | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | I | | Definition | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | | T | Declaration | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | I | | Declaration | |
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | I | | Declaration | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | | T | Expr | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | I | | Expr | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | I | | Expr | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | | T | Initializer | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | I | | Initializer | |
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | I | | Initializer | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | | T | Expr | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | I | | Expr | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | I | | Expr | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | | T | Expr | Not ref |
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | I | | Expr | Not ref |
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | I | | Expr | Not ref |
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | | T | Stmt | |
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:25:2:25:27 | Unknown literal | | T | Expr | |
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | I | | Expr | |
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | I | | Expr | |
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | | T | Stmt | |
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | I | | Stmt | |
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:29:7:29:7 | declaration of operator= | | | DeclarationEntry | |
| isfromtemplateinstantiation.cpp:29:7:29:7 | declaration of operator= | | | DeclarationEntry | |
| isfromtemplateinstantiation.cpp:29:7:29:7 | normal_class | | | Declaration | |
| isfromtemplateinstantiation.cpp:29:7:29:7 | operator= | | | Declaration | |
| isfromtemplateinstantiation.cpp:29:7:29:7 | operator= | | | Declaration | |
| isfromtemplateinstantiation.cpp:29:7:29:18 | normal_class | | | Declaration | |
| isfromtemplateinstantiation.cpp:34:7:34:14 | a_method | | | Declaration | |
| isfromtemplateinstantiation.cpp:38:26:38:26 | a_template_method | I | | Declaration | |
| isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method | | T | Declaration | |
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<T> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> | I | | Declaration | |
| isfromtemplateinstantiation.cpp:46:4:46:4 | definition of t | | T | Definition | |
| isfromtemplateinstantiation.cpp:46:4:46:4 | definition of t | I | | Definition | |
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | | T | Declaration | |
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | I | | Declaration | |
| isfromtemplateinstantiation.cpp:49:7:49:7 | b_method | I | | Declaration | |
| isfromtemplateinstantiation.cpp:49:7:49:14 | b_method | | T | Declaration | |
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:53:26:53:26 | b_template_method | I | | Declaration | |
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | | T | Declaration | |
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | | T | Definition | |
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | I | | Definition | |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | | T | Declaration | |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | I | | Declaration | |
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:59:5:59:8 | main | | | Declaration | |
| isfromtemplateinstantiation.cpp:72:30:72:32 | 97 | | | Expr | |
| isfromtemplateinstantiation.cpp:72:30:72:32 | (long)... | | | Expr | |
| isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> | I | | Declaration | |
| isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct | | T | Declaration | |
| isfromtemplateinstantiation.cpp:82:9:82:21 | MyClassStruct | I | | Declaration | |
| isfromtemplateinstantiation.cpp:84:6:84:10 | definition of value | | T | Definition | |
| isfromtemplateinstantiation.cpp:84:6:84:10 | definition of value | I | | Definition | |
| isfromtemplateinstantiation.cpp:84:6:84:10 | value | | T | Declaration | |
| isfromtemplateinstantiation.cpp:84:6:84:10 | value | I | | Declaration | |
| isfromtemplateinstantiation.cpp:86:16:86:16 | definition of l | | T | Definition | |
| isfromtemplateinstantiation.cpp:86:16:86:16 | definition of l | I | | Definition | |
| isfromtemplateinstantiation.cpp:86:16:86:16 | l | | T | Declaration | |
| isfromtemplateinstantiation.cpp:86:16:86:16 | l | I | | Declaration | |
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | | T | Declaration | |
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | I | | Declaration | |
| isfromtemplateinstantiation.cpp:93:7:93:7 | myMethod1 | I | | Declaration | |
| isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 | | T | Declaration | |
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | | T | Definition | |
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | I | | Definition | |
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | | T | Declaration | |
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | I | | Declaration | |
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | | T | Declaration | |
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | | T | Definition | |
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | I | | Definition | |
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | | T | Declaration | |
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | I | | Declaration | |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | | T | Definition | |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | | T | Definition | |
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | I | | Definition | |
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | | T | Declaration | |
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | I | | Declaration | |
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:103:6:103:16 | anotherMain | | | Declaration | |
| isfromtemplateinstantiation.cpp:114:6:114:24 | function_using_vars | | | Declaration | |
| isfromtemplateinstantiation.cpp:122:7:122:7 | declaration of operator= | | | DeclarationEntry | |
| isfromtemplateinstantiation.cpp:122:7:122:7 | declaration of operator= | | | DeclarationEntry | |
| isfromtemplateinstantiation.cpp:122:7:122:7 | operator= | | | Declaration | |
| isfromtemplateinstantiation.cpp:122:7:122:7 | operator= | | | Declaration | |
| isfromtemplateinstantiation.cpp:122:7:122:32 | AnotherTemplateClass<long> | | | Declaration | |
| isfromtemplateinstantiation.cpp:123:6:123:6 | f | | | Declaration | |
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> | I | | Declaration | |
| isfromtemplateinstantiation.cpp:129:6:129:6 | definition of f | | T | Definition | |
| isfromtemplateinstantiation.cpp:129:6:129:6 | definition of f | I | | Definition | |
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | | T | Declaration | |
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | I | | Declaration | |
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | | T | Stmt | |
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | I | | Stmt | |
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | | T | Stmt | |
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | I | | Stmt | |
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | | T | Expr | |
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | I | | Expr | |
| isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> | I | | Declaration | |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | | T | Definition | |
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | I | T | Definition | |
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | | T | Declaration | |
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | | T | Definition | |
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | I | T | Definition | |
| isfromtemplateinstantiation.cpp:137:7:137:7 | y | | T | Declaration | |
| isfromtemplateinstantiation.cpp:137:7:137:7 | y | I | T | Declaration | |
| isfromtemplateinstantiation.cpp:144:28:144:56 | incomplete_never_instantiated<T> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:146:28:146:45 | never_instantiated<T> | | T | Declaration | |
| isfromtemplateinstantiation.cpp:148:24:148:46 | decl_never_instantiated | | T | Declaration | |
| isfromtemplateinstantiation.cpp:150:24:150:45 | def_never_instantiated | | T | Declaration | |
| load.cpp:3:7:3:7 | declaration of operator= | | | DeclarationEntry | |
| load.cpp:3:7:3:7 | declaration of operator= | | | DeclarationEntry | |
| load.cpp:3:7:3:7 | operator= | | | Declaration | |
| load.cpp:3:7:3:7 | operator= | | | Declaration | |
| load.cpp:3:7:3:24 | std_istream_mockup | | | Declaration | |
| load.cpp:5:25:5:34 | operator>> | | | Declaration | |
| load.cpp:6:9:6:9 | (reference dereference) | | | Expr | |
| load.cpp:6:9:6:9 | i | | | Expr | Not ref |
| load.cpp:6:13:6:21 | (short)... | | | Expr | |
| load.cpp:6:13:6:21 | externInt | | | Expr | Not ref |
| load.cpp:7:16:7:20 | (reference to) | | | Expr | |
| load.cpp:7:16:7:20 | * ... | | | Expr | |
| load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> | | T | Declaration | |
| load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> | I | | Declaration | |
| load.cpp:15:14:15:15 | definition of is | | T | Definition | |
| load.cpp:15:14:15:15 | definition of is | I | | Definition | |
| load.cpp:15:14:15:15 | is | | T | Declaration | |
| load.cpp:15:14:15:15 | is | I | | Declaration | |
| load.cpp:18:5:18:5 | basic_text_iprimitive | I | | Declaration | |
| load.cpp:18:5:18:25 | basic_text_iprimitive | | T | Declaration | |
| load.cpp:18:36:18:42 | definition of isParam | | T | Definition | |
| load.cpp:18:36:18:42 | definition of isParam | I | | Definition | |
| load.cpp:18:36:18:42 | isParam | | T | Declaration | |
| load.cpp:18:36:18:42 | isParam | I | | Declaration | |
| load.cpp:19:11:19:21 | constructor init of field is | | T | Expr | |
| load.cpp:19:11:19:21 | constructor init of field is | I | | Expr | |
| load.cpp:19:14:19:20 | (reference dereference) | | T | Expr | |
| load.cpp:19:14:19:20 | (reference dereference) | I | | Expr | |
| load.cpp:19:14:19:20 | (reference to) | | T | Expr | |
| load.cpp:19:14:19:20 | (reference to) | I | | Expr | |
| load.cpp:19:14:19:20 | isParam | | T | Expr | Ref |
| load.cpp:19:14:19:20 | isParam | I | | Expr | Ref |
| load.cpp:19:23:19:24 | { ... } | | T | Stmt | |
| load.cpp:19:23:19:24 | { ... } | I | | Stmt | |
| load.cpp:19:24:19:24 | return ... | | T | Stmt | |
| load.cpp:19:24:19:24 | return ... | I | | Stmt | |
| load.cpp:22:10:22:10 | load | I | | Declaration | |
| load.cpp:22:10:22:13 | load | | T | Declaration | |
| load.cpp:22:10:22:13 | load | I | T | Declaration | |
| load.cpp:22:19:22:19 | definition of t | | T | Definition | |
| load.cpp:22:19:22:19 | definition of t | I | | Definition | |
| load.cpp:22:19:22:19 | t | | T | Declaration | |
| load.cpp:22:19:22:19 | t | I | | Declaration | |
| load.cpp:22:19:22:19 | t | I | T | Declaration | |
| load.cpp:23:5:25:5 | { ... } | | T | Stmt | |
| load.cpp:23:5:25:5 | { ... } | I | | Stmt | |
| load.cpp:24:9:24:10 | (reference dereference) | | T | Expr | |
| load.cpp:24:9:24:10 | (reference dereference) | I | | Expr | |
| load.cpp:24:9:24:10 | is | | T | Expr | Not ref |
| load.cpp:24:9:24:10 | is | I | | Expr | Not ref |
| load.cpp:24:9:24:10 | this | | T | Expr | |
| load.cpp:24:9:24:10 | this | I | | Expr | |
| load.cpp:24:9:24:16 | ExprStmt | | T | Stmt | |
| load.cpp:24:9:24:16 | ExprStmt | I | | Stmt | |
| load.cpp:24:15:24:15 | (reference dereference) | | T | Expr | |
| load.cpp:24:15:24:15 | (reference dereference) | I | | Expr | |
| load.cpp:24:15:24:15 | (reference to) | I | | Expr | |
| load.cpp:24:15:24:15 | t | | T | Expr | Not ref |
| load.cpp:24:15:24:15 | t | I | | Expr | Ref |
| load.cpp:25:5:25:5 | return ... | | T | Stmt | |
| load.cpp:25:5:25:5 | return ... | I | | Stmt | |
| load.cpp:27:10:27:10 | load | I | | Declaration | |
| load.cpp:27:10:27:13 | load | | T | Declaration | |
| load.cpp:27:22:27:22 | definition of t | | T | Definition | |
| load.cpp:27:22:27:22 | definition of t | I | | Definition | |
| load.cpp:27:22:27:22 | t | | T | Declaration | |
| load.cpp:27:22:27:22 | t | I | | Declaration | |
| load.cpp:28:5:32:5 | { ... } | | T | Stmt | |
| load.cpp:28:5:32:5 | { ... } | I | | Stmt | |
| load.cpp:29:9:29:20 | declaration | | T | Stmt | |
| load.cpp:29:9:29:20 | declaration | I | | Stmt | |
| load.cpp:29:19:29:19 | definition of i | | T | Definition | |
| load.cpp:29:19:29:19 | definition of i | I | | Definition | |
| load.cpp:29:19:29:19 | i | | T | Declaration | |
| load.cpp:29:19:29:19 | i | I | | Declaration | |
| load.cpp:30:9:30:12 | Unknown literal | | T | Expr | |
| load.cpp:30:9:30:12 | call to load | I | | Expr | |
| load.cpp:30:9:30:12 | this | I | | Expr | |
| load.cpp:30:9:30:16 | ExprStmt | | T | Stmt | |
| load.cpp:30:9:30:16 | ExprStmt | I | | Stmt | |
| load.cpp:30:14:30:14 | (reference to) | I | | Expr | |
| load.cpp:30:14:30:14 | i | | T | Expr | Not ref |
| load.cpp:30:14:30:14 | i | I | | Expr | Ref |
| load.cpp:31:9:31:9 | (reference dereference) | | T | Expr | |
| load.cpp:31:9:31:9 | (reference dereference) | I | | Expr | |
| load.cpp:31:9:31:9 | t | | T | Expr | Not ref |
| load.cpp:31:9:31:9 | t | I | | Expr | Not ref |
| load.cpp:31:9:31:13 | ... = ... | | T | Expr | |
| load.cpp:31:9:31:13 | ... = ... | I | | Expr | |
| load.cpp:31:9:31:14 | ExprStmt | | T | Stmt | |
| load.cpp:31:9:31:14 | ExprStmt | I | | Stmt | |
| load.cpp:31:13:31:13 | (char)... | | T | Expr | |
| load.cpp:31:13:31:13 | (char)... | I | | Expr | |
| load.cpp:31:13:31:13 | i | | T | Expr | Not ref |
| load.cpp:31:13:31:13 | i | I | | Expr | Not ref |
| load.cpp:32:5:32:5 | return ... | | T | Stmt | |
| load.cpp:32:5:32:5 | return ... | I | | Stmt | |