Files
codeql/cpp/ql/test/library-tests/unions/Unions1.expected
2020-09-15 17:58:37 +01:00

7 lines
445 B
Plaintext

| unions.cpp:4:8:4:12 | Entry | Struct | | operator= |
| unions.cpp:13:7:13:11 | Value | Struct, Union | | operator= |
| unions.cpp:19:8:19:22 | EntryWithMethod | Struct | Entry | EntryWithMethod, getAsInt, operator= |
| unions.cpp:27:9:27:20 | MyLocalUnion | LocalUnion, Struct, Union | | operator= |
| unions.cpp:33:7:33:13 | MyClass | | | operator= |
| unions.cpp:36:9:36:21 | MyNestedUnion | NestedUnion, Struct, Union | | operator= |