Lines Matching refs:yyyOxStackItem

122 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()
1045 (*yyyOxStackItem)->node->cL = in yyyGenIntNode()
1047 if ((*yyyOxStackItem)->node->cL == (yyyGNT **) NULL) in yyyGenIntNode()
1049 (*yyyOxStackItem)->node->refCountListLen = yyyNattrbs; in yyyGenIntNode()
1050 (*yyyOxStackItem)->node->refCountList = in yyyGenIntNode()
1052 if ((*yyyOxStackItem)->node->refCountList == (yyyRCT *) NULL) in yyyGenIntNode()
1054 (*yyyOxStackItem)->node->prodNum = (int) yyyProdNum; in yyyGenIntNode()
1057 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
1058 gnpDum = (*yyyOxStackItem)->node->cL[i-1] = yaccStDum->node; in yyyGenIntNode()
1060 gnpDum->parent.noderef = (*yyyOxStackItem)->node; in yyyGenIntNode()
1074 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC() local
1086 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
1089 …{(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
1096 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
1104 yyySignalEnts(yyyOxStackItem->node, in yyyAdjustINRC()
1120 {pL = &(yyyOxStackItem->solvedSAlist); in yyyAdjustINRC()
1135 {if ((gnpDum = (yyyOxStackItem->node->cL)[yyyRCIL[nextP-2]])->prodNum != 0) in yyyAdjustINRC()
1157 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf() local
1158 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
1159 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()
1161 (*yyyOxStackItem)->node = in yyyGenLeaf()
1164 if ((*yyyOxStackItem)->node == (yyyGNT *) NULL) in yyyGenLeaf()
1166 (*yyyOxStackItem)->solvedSAlist = yyyLambdaSSAL; in yyyGenLeaf()
1167 (*yyyOxStackItem)->node->parent.stackref = *yyyOxStackItem; in yyyGenLeaf()
1168 (*yyyOxStackItem)->node->parentIsStack = 1; in yyyGenLeaf()
1169 (*yyyOxStackItem)->node->cLlen = 0; in yyyGenLeaf()
1170 (*yyyOxStackItem)->node->cL = (yyyGNT **)NULL; in yyyGenLeaf()
1171 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
1172 rcPdum = (*yyyOxStackItem)->node->refCountList = in yyyGenLeaf()
1177 (*yyyOxStackItem)->node->prodNum = 0; in yyyGenLeaf()
1178 (*yyyOxStackItem)->node->whichSym = 0; in yyyGenLeaf()
1853 yyyDecorate(); yyyExecuteRRsection(yystack.l_mark[0].yyyOxAttrbs.yyyOxStackItem->node); in YYPARSE_DECL()