Lines Matching refs:yyyOxStackItem

142 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()
1195 (*yyyOxStackItem)->node->cL = in yyyGenIntNode()
1197 if ((*yyyOxStackItem)->node->cL == (yyyGNT **) NULL) in yyyGenIntNode()
1199 (*yyyOxStackItem)->node->refCountListLen = yyyNattrbs; in yyyGenIntNode()
1200 (*yyyOxStackItem)->node->refCountList = in yyyGenIntNode()
1202 if ((*yyyOxStackItem)->node->refCountList == (yyyRCT *) NULL) in yyyGenIntNode()
1204 (*yyyOxStackItem)->node->prodNum = (int) yyyProdNum; in yyyGenIntNode()
1207 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
1208 gnpDum = (*yyyOxStackItem)->node->cL[i-1] = yaccStDum->node; in yyyGenIntNode()
1210 gnpDum->parent.noderef = (*yyyOxStackItem)->node; in yyyGenIntNode()
1224 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC() local
1236 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
1239 …{(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
1246 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
1254 yyySignalEnts(yyyOxStackItem->node, in yyyAdjustINRC()
1270 {pL = &(yyyOxStackItem->solvedSAlist); in yyyAdjustINRC()
1285 {if ((gnpDum = (yyyOxStackItem->node->cL)[yyyRCIL[nextP-2]])->prodNum != 0) in yyyAdjustINRC()
1307 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf() local
1308 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
1309 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()
1311 (*yyyOxStackItem)->node = in yyyGenLeaf()
1314 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenLeaf()
1316 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenLeaf()
1317 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenLeaf()
1318 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenLeaf()
1319 (*yyyOxStackItem)->node->cLlen = 0; in yyyGenLeaf()
1320 (*yyyOxStackItem)->node->cL = (yyyGNT **)NULL; in yyyGenLeaf()
1321 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
1322 rcPdum = (*yyyOxStackItem)->node->refCountList = in yyyGenLeaf()
1327 (*yyyOxStackItem)->node->prodNum = 0; in yyyGenLeaf()
1328 (*yyyOxStackItem)->node->whichSym = 0; in yyyGenLeaf()
2474 yyyDecorate(); yyyExecuteRRsection(yystack.l_mark[0].yyyOxAttrbs.yyyOxStackItem->node); in YYPARSE_DECL()