• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 __arm__
2 __aarch64__
3 __i386__
4 __x86_64__
5 __LP64__
6 __BYTE_ORDER__
7 __SIZEOF_INT__
8 __SIZEOF_LONG__
9 __SIZE_TYPE__
10 
11 /*
12  * check-name: arch/arm
13  * check-command: sparse --arch=arm -E $file
14  *
15  * check-output-start
16 
17 1
18 __aarch64__
19 __i386__
20 __x86_64__
21 __LP64__
22 1234
23 4
24 4
25 unsigned int
26  * check-output-end
27  */
28