Lines Matching refs:yyyOxStackItem
33 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()
845 (*yyyOxStackItem)->node->cLlen = yyyRHSlength; in yyyGenIntNode()
846 (*yyyOxStackItem)->node->cL = in yyyGenIntNode()
848 if ((*yyyOxStackItem)->node->cL == (yyyGNT **) NULL) in yyyGenIntNode()
850 (*yyyOxStackItem)->node->refCountListLen = yyyNattrbs; in yyyGenIntNode()
851 (*yyyOxStackItem)->node->refCountList = in yyyGenIntNode()
853 if ((*yyyOxStackItem)->node->refCountList == (yyyRCT *) NULL) in yyyGenIntNode()
855 (*yyyOxStackItem)->node->prodNum = (int) yyyProdNum; in yyyGenIntNode()
858 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
859 gnpDum = (*yyyOxStackItem)->node->cL[i-1] = yaccStDum->node; in yyyGenIntNode()
861 gnpDum->parent.noderef = (*yyyOxStackItem)->node; in yyyGenIntNode()
875 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC() local
887 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
890 …{(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
897 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
905 yyySignalEnts(yyyOxStackItem->node, in yyyAdjustINRC()
921 {pL = &(yyyOxStackItem->solvedSAlist); in yyyAdjustINRC()
936 {if ((gnpDum = (yyyOxStackItem->node->cL)[yyyRCIL[nextP-2]])->prodNum != 0) in yyyAdjustINRC()
958 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf() local
959 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
960 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()
962 (*yyyOxStackItem)->node = in yyyGenLeaf()
965 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenLeaf()
967 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenLeaf()
968 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenLeaf()
969 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenLeaf()
970 (*yyyOxStackItem)->node->cLlen = 0; in yyyGenLeaf()
971 (*yyyOxStackItem)->node->cL = (yyyGNT **)NULL; in yyyGenLeaf()
972 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
973 rcPdum = (*yyyOxStackItem)->node->refCountList = in yyyGenLeaf()
978 (*yyyOxStackItem)->node->prodNum = 0; in yyyGenLeaf()
979 (*yyyOxStackItem)->node->whichSym = 0; in yyyGenLeaf()