Files
codeql/cpp/ql/test/library-tests/preprocessor/linedirective/linedirective.expected
2018-08-02 17:53:23 +01:00

20 lines
1007 B
Plaintext

| line.h:5:1:5:19 | #include "header.h" | header.h |
| line.h:7:6:7:19 | declaration of myLineFunction | |
| line.h:9:1:9:24 | #define MYLINEDEFINE (1) | |
| line.h:11:8:11:8 | declaration of operator= | |
| line.h:11:8:11:8 | declaration of operator= | |
| line.h:11:8:11:19 | definition of myLineStruct | |
| line.h:13:6:13:6 | definition of v | |
| main.cpp:3:1:3:17 | #include "line.h" | line.h |
| main.cpp:4:1:4:19 | #include "system.h" | system.h |
| main.cpp:6:1:6:19 | #include "header.h" | header.h |
| main.cpp:10:1:10:19 | #include "header.h" | header.h |
| main.cpp:14:1:14:19 | #include "header.h" | header.h |
| system.h:5:1:5:19 | #include "header.h" | header.h |
| system.h:7:6:7:21 | declaration of mySystemFunction | |
| system.h:9:1:9:26 | #define MYSYSTEMDEFINE (2) | |
| system.h:11:8:11:8 | declaration of operator= | |
| system.h:11:8:11:8 | declaration of operator= | |
| system.h:11:8:11:21 | definition of mySystemStruct | |
| system.h:13:6:13:6 | definition of v | |