Searched refs:decl_Construct (Results 1 – 1 of 1) sorted by relevance
50 static decl_t *decl_Construct(void);409 $$ = decl_SetName(decl_Construct(), $1);531 $$ = decl_AddDS(decl_Construct(), $1, &ep);542 $$ = decl_addptr(decl_Construct(), $1);563 $$ = decl_addary(decl_Construct(), $2);572 $$ = decl_addary(decl_Construct(), NULL);580 $$ = decl_addfun(decl_Construct(), $2);588 $$ = decl_addfun(decl_Construct(), NULL);1517 decl_Construct(void) { in decl_Construct() function