Searched refs:new_objid (Results 1 – 2 of 2) sorted by relevance
57 static struct objid *new_objid(const char *label, int value);871 $$ = new_objid($1, $3);886 $$ = new_objid(NULL, $1);990 new_objid(const char *label, int value) in new_objid() function
90 static struct objid *new_objid(const char *label, int value);2468 (yyval.objid) = new_objid((yyvsp[-3].name), (yyvsp[-1].constant)); in yyparse()2491 (yyval.objid) = new_objid(NULL, (yyvsp[0].constant)); in yyparse()2787 new_objid(const char *label, int value) in new_objid() function