Searched refs:decl_addptr (Results 1 – 1 of 1) sorted by relevance
57 static decl_t *decl_addptr(decl_t *, type_t *);401 $$ = decl_addptr($2, $1);542 $$ = decl_addptr(decl_Construct(), $1);546 $$ = decl_addptr($2, $1);1753 decl_addptr(decl_t *dp, type_t *tp) { in decl_addptr() function