Searched refs:decl_addptr (Results 1 – 1 of 1) sorted by relevance
55 static decl_t *decl_addptr(decl_t *, type_t *);399 $$ = decl_addptr($2, $1);540 $$ = decl_addptr(decl_Construct(), $1);544 $$ = decl_addptr($2, $1);1753 decl_addptr(decl_t *dp, type_t *tp) { in decl_addptr() function