Files
codeql/cpp/ql/test/library-tests/variables/thread_local/thread_local.expected
2019-08-06 11:22:26 +01:00

11 lines
464 B
Plaintext

| file://:0:0:0:0 | fp_offset | false |
| file://:0:0:0:0 | gp_offset | false |
| file://:0:0:0:0 | overflow_arg_area | false |
| file://:0:0:0:0 | p#0 | false |
| file://:0:0:0:0 | p#0 | false |
| file://:0:0:0:0 | reg_save_area | false |
| thread_local.cpp:3:20:3:30 | threadLocal | true |
| thread_local.cpp:4:7:4:21 | not_threadLocal | false |
| thread_local.cpp:5:27:5:43 | threadLocalStatic | true |
| thread_local.cpp:6:27:6:43 | threadLocalExtern | true |