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 *);
784 | direct_declarator function { dt_decl_func($1, $2); }845 | direct_abstract_declarator function { dt_decl_func($1, $2); }846 | function { dt_decl_func(NULL, $1); }
429 dt_decl_func(dt_decl_t *pdp, dt_node_t *dnp) in dt_decl_func() function