Files
codeql/cpp/ql/test/library-tests/declarationEntry/template/declarationEntry.expected

19 lines
896 B
Plaintext

| src1.cpp:3:16:3:16 | definition of A |
| src1.cpp:4:7:4:20 | declaration of template_class<A> |
| src1.cpp:6:23:6:23 | definition of x |
| src2.cpp:3:16:3:16 | definition of A |
| src2.cpp:4:7:4:20 | declaration of template_class<A> |
| src2.cpp:6:23:6:23 | definition of y |
| src3.cpp:3:16:3:16 | definition of B |
| src3.cpp:4:7:4:20 | declaration of template_class<B> |
| src3.cpp:6:23:6:23 | definition of z |
| src4.cpp:4:7:4:20 | declaration of template_class<<unnamed>> |
| src4.cpp:6:20:6:21 | definition of zz |
| src5.cpp:5:16:5:19 | definition of elem |
| src5.cpp:6:8:6:17 | definition of my_istream<elem> |
| src5.cpp:10:8:10:23 | declaration of my_istream<char> |
| src5.fwd.hpp:6:17:6:20 | definition of elem |
| src5.fwd.hpp:6:29:6:38 | declaration of my_istream<elem> |
| src5.fwd.hpp:6:29:6:38 | declaration of my_istream<elem> |
| src6.cpp:5:19:5:23 | definition of mis_c |