Lines Matching refs:symbol
6 extern struct symbol *size_t_ctype;
7 extern struct symbol *ssize_t_ctype;
8 extern struct symbol *ptrdiff_ctype;
9 extern struct symbol *intptr_ctype;
10 extern struct symbol *uintptr_ctype;
11 extern struct symbol *intmax_ctype;
12 extern struct symbol *uintmax_ctype;
13 extern struct symbol *int64_ctype;
14 extern struct symbol *uint64_ctype;
15 extern struct symbol *int32_ctype;
16 extern struct symbol *uint32_ctype;
17 extern struct symbol *wchar_ctype;
18 extern struct symbol *wint_ctype;
19 extern struct symbol *least8_ctype;
20 extern struct symbol *uleast8_ctype;
21 extern struct symbol *least16_ctype;
22 extern struct symbol *uleast16_ctype;
23 extern struct symbol *least32_ctype;
24 extern struct symbol *uleast32_ctype;
25 extern struct symbol *least64_ctype;
26 extern struct symbol *uleast64_ctype;
27 extern struct symbol *fast8_ctype;
28 extern struct symbol *ufast8_ctype;
29 extern struct symbol *fast16_ctype;
30 extern struct symbol *ufast16_ctype;
31 extern struct symbol *fast32_ctype;
32 extern struct symbol *ufast32_ctype;
33 extern struct symbol *fast64_ctype;
34 extern struct symbol *ufast64_ctype;
35 extern struct symbol *sig_atomic_ctype;
88 struct symbol *wchar;
89 struct symbol *wint;