Searched refs:decl_t (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h49 * decl_Parse convert string to a decl_t.
51 * decl_t. The function follows the argument list.
54 * decl_ToString convert a (previously returned) decl_t into a
57 * decl_GetNext return the next decl_t associated with the given
58 * decl_t.
62 * decl_GetType return the type_t associated with a decl_t.
63 * decl_IsVarargs return true if the given decl_t is a varargs function.
64 * decl_IsFunction return true if the given decl_t is a function.
76 * type_GetArg return the decl_t associated with a given type_t.
106 * decl_t encode
224 typedef struct _declarator decl_t; typedef in typeref:struct:_declarator
[all...]
H A Dparseproto.y46 static type_t *type_SetFun(type_t *, decl_t *);
50 static decl_t *decl_Construct(void);
51 static decl_t *decl_AddArg(decl_t *, decl_t *);
52 static int decl_IsVoid(decl_t *);
53 static int decl_IsVoidArray(decl_t *);
54 static const char *decl_VerifyArgs(decl_t *);
55 static decl_t *decl_AddDS(decl_t *, decl_spec_
[all...]
H A Dlinkage.c87 decl_t *pp;
H A Dinterceptor.c102 decl_t *dp;
H A Dtrace.c730 decl_t *pp, *funargs;

Completed in 53 milliseconds