Home
last modified time | relevance | path

Searched refs:yyyOxStackItem (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y33 struct yyyStackItem *yyyOxStackItem; member
67 yyyDecorate(); yyyExecuteRRsection($<yyyOxAttrbs>2.yyyOxStackItem->node);
831 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode() local
835 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
836 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
838 (*yyyOxStackItem)->node = in yyyGenIntNode()
840 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenIntNode()
842 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenIntNode()
843 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenIntNode()
844 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenIntNode()
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c122 struct yyyStackItem *yyyOxStackItem; member
1030 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode() local
1034 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
1035 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
1037 (*yyyOxStackItem)->node = in yyyGenIntNode()
1039 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenIntNode()
1041 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenIntNode()
1042 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenIntNode()
1043 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenIntNode()
1044 (*yyyOxStackItem)->node->cLlen = yyyRHSlength; in yyyGenIntNode()
[all …]
H A Dexpr.oxout.tab.h11 struct yyyStackItem *yyyOxStackItem; member
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c142 struct yyyStackItem *yyyOxStackItem; member
1180 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode() local
1184 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
1185 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
1187 (*yyyOxStackItem)->node = in yyyGenIntNode()
1189 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenIntNode()
1191 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenIntNode()
1192 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenIntNode()
1193 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenIntNode()
1194 (*yyyOxStackItem)->node->cLlen = yyyRHSlength; in yyyGenIntNode()
[all …]
H A Dexpr.oxout.tab.h14 struct yyyStackItem *yyyOxStackItem; member