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

/opensolaris-onvv-gate/usr/src/prototypes/
H A Dprototype.c35 type_t member;
40 type_t global_variables;
H A Dprototype.h42 type_t member;
47 type_t global_variables;
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h62 * decl_GetType return the type_t associated with a decl_t.
66 * type_GetNext return the next type_t associated with a given type_t.
67 * type_IsArray return true if the given type_t is an array.
70 * type_IsPtrTo return true if the given type_t is a pointer to ... .
73 * type_IsFunction return true if the given type_t is a function.
76 * type_GetArg return the decl_t associated with a given type_t.
77 * type_IsPtrFun return true if the given type_t is a pointer* to a
137 * | decl_t | --> | type_t | --> | type_t |
237 } type_t; typedef in typeref:struct:_type
[all...]
H A Dparseproto.y43 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 *);
[all...]
H A Dtrace.c731 type_t *tp;
/opensolaris-onvv-gate/usr/src/cmd/renice/
H A Drenice.c72 } type_t; typedef in typeref:struct:__anon1490
74 static type_t types[] = {
374 type_t *type = types;

Completed in 57 milliseconds