Searched refs:dt_decl_func (Results 1 – 3 of 3) sorted by relevance
109 extern dt_decl_t *dt_decl_func(dt_decl_t *, struct dt_node *);
772 | direct_declarator function { dt_decl_func($1, $2); }833 | direct_abstract_declarator function { dt_decl_func($1, $2); }834 | function { dt_decl_func(NULL, $1); }
446 dt_decl_func(dt_decl_t *pdp, dt_node_t *dnp) in dt_decl_func() function