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

/illumos-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...]

Completed in 58 milliseconds