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

7 lines
406 B
Plaintext

| alignment.cpp:2:8:2:14 | AlignAs::sse_t | 16 |
| alignment.cpp:7:8:7:14 | AlignAs::avx_t | AlignAs::sse_t |
| alignment.cpp:15:10:15:14 | AttributeAlign::sse_t | 16 |
| alignment.cpp:20:10:20:14 | AttributeAlign::avx_t | AttributeAlign::sse_t |
| alignment.cpp:25:10:25:14 | AttributeAlign::align_to_8_kilobytes | 8192 |
| alignment.cpp:30:10:30:14 | AttributeAlign::align_to_256_megabytes | 268435456 |