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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_decl.h106 extern dt_decl_t *dt_decl_func(dt_decl_t *, struct dt_node *);
H A Ddt_grammar.y746 | direct_declarator function { dt_decl_func($1, $2); }
807 | direct_abstract_declarator function { dt_decl_func($1, $2); }
808 | function { dt_decl_func(NULL, $1); }
H A Ddt_decl.c435 * dt_decl_func() call occurs *after* the dt_decl_ptr() call, even though the
444 dt_decl_func(dt_decl_t *pdp, dt_node_t *dnp) function

Completed in 81 milliseconds