Searched refs:type_t (Results 1 – 6 of 6) sorted by relevance
41 static type_t *type_Construct(void);42 static void type_Destroy(type_t *);43 static type_t *type_SetPtr(type_t *, stt_t);44 static type_t *type_SetFun(type_t *, decl_t *);45 static type_t *type_AddTail(type_t *, type_t *);46 static const char *type_Verify(type_t *);54 static decl_t *decl_AddTypeTail(decl_t *, type_t *);55 static decl_t *decl_addptr(decl_t *, type_t *);61 static void type_PrintType(type_t *, int);89 type_t *t_val;[all …]
235 } type_t; typedef240 type_t *d_type; /* list of attributes or NULL */253 extern type_t *decl_GetType(decl_t *);260 extern int type_IsArray(type_t *);261 extern int type_IsPtrTo(type_t *);262 extern int type_IsFunction(type_t *);263 extern int type_IsVarargs(type_t *);264 extern int type_IsPtrFun(type_t *);
729 type_t *tp; in collect_prototype()
70 } type_t; typedef72 static type_t types[] = {372 type_t *type = types; in name2id()
1 extern type_t fun(int);
76 typedef int __bitwise type_t; in test_bitwise() typedef77 type_t obj, *ptr; in test_bitwise()