-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathvariables.expected
More file actions
20 lines (20 loc) · 1002 Bytes
/
variables.expected
File metadata and controls
20 lines (20 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| (unnamed parameter 0) | __va_list_tag && | rvalue reference to {struct __va_list_tag} |
| (unnamed parameter 0) | const __va_list_tag & | reference to {const {struct __va_list_tag}} |
| a | _Atomic(int) | atomic {int} |
| b | _Atomic(int) | atomic {int} |
| c | _Atomic(int) * | pointer to {atomic {int}} |
| d | _Atomic(int) | atomic {int} |
| e | int *_Atomic | atomic {pointer to {int}} |
| f | int *_Atomic | atomic {pointer to {int}} |
| fp_offset | unsigned int | unsigned int |
| g | atomic_box<int> | struct atomic_box<int> |
| gp_offset | unsigned int | unsigned int |
| h | const _Atomic(int) | atomic const {int} |
| i | const _Atomic(int) | atomic const {int} |
| j | _Atomic(int) *_Atomic | atomic {pointer to {atomic {int}}} |
| k | _Atomic(int) *_Atomic | atomic {pointer to {atomic {int}}} |
| m | int | int |
| overflow_arg_area | void * | pointer to {void} |
| reg_save_area | void * | pointer to {void} |
| value | _Atomic(T) | atomic {T} |
| value | _Atomic(int) | atomic {int} |