Lines Matching refs:symbol
4 #include "symbol.h"
8 struct symbol *ptrdiff_ctype;
9 struct symbol *intptr_ctype;
10 struct symbol *uintptr_ctype;
11 struct symbol *size_t_ctype = &ulong_ctype;
12 struct symbol *ssize_t_ctype = &long_ctype;
13 struct symbol *intmax_ctype = &long_ctype;
14 struct symbol *uintmax_ctype = &ulong_ctype;
15 struct symbol *int64_ctype = &long_ctype;
16 struct symbol *uint64_ctype = &ulong_ctype;
17 struct symbol *int32_ctype = &int_ctype;
18 struct symbol *uint32_ctype = &uint_ctype;
19 struct symbol *wchar_ctype = &int_ctype;
20 struct symbol *wint_ctype = &uint_ctype;
21 struct symbol *least8_ctype = &schar_ctype;
22 struct symbol *uleast8_ctype = &uchar_ctype;
23 struct symbol *least16_ctype = &short_ctype;
24 struct symbol *uleast16_ctype = &ushort_ctype;
25 struct symbol *least32_ctype = &int_ctype;
26 struct symbol *uleast32_ctype = &uint_ctype;
27 struct symbol *least64_ctype = &llong_ctype;
28 struct symbol *uleast64_ctype = &ullong_ctype;
29 struct symbol *fast8_ctype = &schar_ctype;
30 struct symbol *ufast8_ctype = &uchar_ctype;
31 struct symbol *fast16_ctype = &long_ctype;
32 struct symbol *ufast16_ctype = &ulong_ctype;
33 struct symbol *fast32_ctype = &long_ctype;
34 struct symbol *ufast32_ctype = &ulong_ctype;
35 struct symbol *fast64_ctype = &long_ctype;
36 struct symbol *ufast64_ctype = &ulong_ctype;
37 struct symbol *sig_atomic_ctype = &int_ctype;