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.y43 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 *);
89 type_t *t_val;
1183 type_t *tp = malloc(sizeof (type_t)); in type_Construct()
1302 type_AddTail(type_t *dp, type_t *tp) { in type_AddTail()
1304 type_t *p; in type_AddTail()
1414 type_t *
1588 type_t *
2072 type_t *tp; in decl_PrintTraceInfo()
[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()