Searched refs:type_t (Results 1 – 4 of 4) sorted by relevance
43 static type_t *type_Construct(void);44 static void type_Destroy(type_t *);45 static type_t *type_SetPtr(type_t *, stt_t);46 static type_t *type_SetFun(type_t *, decl_t *);47 static type_t *type_AddTail(type_t *, type_t *);48 static const char *type_Verify(type_t *);56 static decl_t *decl_AddTypeTail(decl_t *, type_t *);57 static decl_t *decl_addptr(decl_t *, type_t *);63 static void type_PrintType(type_t *, int);91 type_t *t_val;[all …]
237 } type_t; typedef242 type_t *d_type; /* list of attributes or NULL */255 extern type_t *decl_GetType(decl_t *);262 extern int type_IsArray(type_t *);263 extern int type_IsPtrTo(type_t *);264 extern int type_IsFunction(type_t *);265 extern int type_IsVarargs(type_t *);266 extern int type_IsPtrFun(type_t *);
731 type_t *tp; in collect_prototype()
72 } type_t; typedef74 static type_t types[] = {374 type_t *type = types; in name2id()