Searched refs:dt_decl_func (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.h108 extern dt_decl_t *dt_decl_func(dt_decl_t *, struct dt_node *);
H A Ddt_grammar.y752 | direct_declarator function { dt_decl_func($1, $2); }
813 | direct_abstract_declarator function { dt_decl_func($1, $2); }
814 | function { dt_decl_func(NULL, $1); }
H A Ddt_decl.c422 * dt_decl_func() call occurs *after* the dt_decl_ptr() call, even though the
431 dt_decl_func(dt_decl_t *pdp, dt_node_t *dnp) function

Completed in 3784 milliseconds