Files
codeql/cpp/ql/test/library-tests/static_cast/expr.expected
2020-05-28 09:42:49 +02:00

7 lines
203 B
Plaintext

| ms.cpp:3:10:3:12 | 0 |
| ms.cpp:3:10:3:12 | constructor init of field x |
| ms.cpp:3:16:3:40 | static_cast<int>... |
| ms.cpp:3:39:3:39 | this |
| ms.cpp:3:39:3:39 | x |
| ms.cpp:5:3:5:3 | call to S |