Skip to content

Commit e6e0d69

Browse files
committed
CPP: Re-apply effect of discover_walk.
1 parent 301c133 commit e6e0d69

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
| CPP-205.cpp:0:0:0:0 | CPP-205.cpp | |
22
| CPP-205.cpp:1:20:1:20 | T | |
33
| CPP-205.cpp:1:20:1:20 | definition of T | |
4+
| CPP-205.cpp:2:5:2:5 | definition of fn | function declaration entry for fn<int>(int) -> int |
5+
| CPP-205.cpp:2:5:2:5 | fn | function fn<int>(int) -> int |
46
| CPP-205.cpp:2:5:2:6 | definition of fn | function declaration entry for fn<T>(T) -> int |
57
| CPP-205.cpp:2:5:2:6 | fn | function fn<T>(T) -> int |
6-
| CPP-205.cpp:2:5:2:6 | fn | function fn<int>(int) -> int |
78
| CPP-205.cpp:2:10:2:12 | definition of out | parameter declaration entry for fn<T>(T) -> int |
9+
| CPP-205.cpp:2:10:2:12 | definition of out | parameter declaration entry for fn<int>(int) -> int |
810
| CPP-205.cpp:2:10:2:12 | out | parameter for fn<T>(T) -> int |
911
| CPP-205.cpp:2:10:2:12 | out | parameter for fn<int>(int) -> int |
1012
| CPP-205.cpp:2:15:5:1 | { ... } | |
1113
| CPP-205.cpp:2:15:5:1 | { ... } | |
1214
| CPP-205.cpp:3:3:3:33 | declaration | |
1315
| CPP-205.cpp:3:3:3:33 | declaration | |
1416
| CPP-205.cpp:3:15:3:15 | declaration of y | |
15-
| CPP-205.cpp:3:15:3:15 | declaration of y | |
16-
| CPP-205.cpp:3:15:3:15 | y | |
1717
| CPP-205.cpp:3:15:3:15 | y | |
1818
| CPP-205.cpp:3:17:3:31 | 5 | |
1919
| CPP-205.cpp:4:3:4:11 | return ... | |
@@ -26,5 +26,9 @@
2626
| CPP-205.cpp:8:3:8:15 | return ... | |
2727
| CPP-205.cpp:8:10:8:11 | call to fn | |
2828
| CPP-205.cpp:8:13:8:13 | 0 | |
29-
| file://:0:0:0:0 | operator= | function __va_list_tag::operator=() -> __va_list_tag & |
30-
| file://:0:0:0:0 | operator= | function __va_list_tag::operator=() -> __va_list_tag & |
29+
| file://:0:0:0:0 | __va_list_tag | |
30+
| file://:0:0:0:0 | operator= | function operator=(__va_list_tag &&) -> __va_list_tag & |
31+
| file://:0:0:0:0 | operator= | function operator=(const __va_list_tag &) -> __va_list_tag & |
32+
| file://:0:0:0:0 | p#0 | parameter for operator=(__va_list_tag &&) -> __va_list_tag & |
33+
| file://:0:0:0:0 | p#0 | parameter for operator=(const __va_list_tag &) -> __va_list_tag & |
34+
| file://:0:0:0:0 | y | |

0 commit comments

Comments
 (0)