Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y41 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 …]
H A Dparseproto.h235 } type_t; typedef
240 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 *);
H A Dtrace.c729 type_t *tp; in collect_prototype()
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c70 } type_t; typedef
72 static type_t types[] = {
372 type_t *type = types; in name2id()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbad-type-twice2.c1 extern type_t fun(int);
H A Dtypeof-mods.c76 typedef int __bitwise type_t; in test_bitwise() typedef
77 type_t obj, *ptr; in test_bitwise()