Lines Matching refs:YY_NULLPTR

1678 #ifndef YY_NULLPTR
1681 #define YY_NULLPTR nullptr macro
1683 #define YY_NULLPTR 0 macro
1686 #define YY_NULLPTR ((void*)0) macro
2111 "ignored_left_parenthesis", YY_NULLPTR };
3580 if (yymsg != YY_NULLPTR) in yyFail()
3620 yyvsp[i].yystate.yysemantics.yyfirstVal = YY_NULLPTR; in yyfillin()
3647 yybool yynormal = (yybool)(yystackp->yysplitPoint == YY_NULLPTR); in yyuserAction()
7357 YY_SYMBOL_PRINT("", yystos[yys->yylrState], YY_NULLPTR, &yys->yyloc); in yydestroyGLRState()
7498 yyset->yystates[0] = YY_NULLPTR; in yyinitStateSet()
7525 yystackp->yysplitPoint = YY_NULLPTR; in yyinitGLRStack()
7526 yystackp->yylastDeleted = YY_NULLPTR; in yyinitGLRStack()
7562 if (yys0->yypred != YY_NULLPTR) in yyexpandGLRStack()
7564 if (!yys0->yyresolved && yys0->yysemantics.yyfirstVal != YY_NULLPTR) in yyexpandGLRStack()
7571 if (yyv0->yystate != YY_NULLPTR) in yyexpandGLRStack()
7573 if (yyv0->yynext != YY_NULLPTR) in yyexpandGLRStack()
7577 if (yystackp->yysplitPoint != YY_NULLPTR) in yyexpandGLRStack()
7582 if (yystackp->yytops.yystates[yyn] != YY_NULLPTR) in yyexpandGLRStack()
7603 if (yystackp->yysplitPoint != YY_NULLPTR && yystackp->yysplitPoint > yys) in yyupdateSplit()
7610 if (yystackp->yytops.yystates[yyk] != YY_NULLPTR) in yymarkStackDeleted()
7612 yystackp->yytops.yystates[yyk] = YY_NULLPTR; in yymarkStackDeleted()
7620 if (yystackp->yylastDeleted == YY_NULLPTR || yystackp->yytops.yysize != 0) in yyundeleteLastStack()
7625 yystackp->yylastDeleted = YY_NULLPTR; in yyundeleteLastStack()
7634 if (yystackp->yytops.yystates[yyi] == YY_NULLPTR) in yyremoveDeletes()
7692 yynewState->yysemantics.yyfirstVal = YY_NULLPTR; in yyglrShiftDefer()
7744 if (yystackp->yysplitPoint == YY_NULLPTR) in yydoAction()
7789 if (yyforceEval || yystackp->yysplitPoint == YY_NULLPTR) in yyglrReduce()
7794 if (yyflag == yyerr && yystackp->yysplitPoint != YY_NULLPTR) in yyglrReduce()
7825 if (yyi != yyk && yystackp->yytops.yystates[yyi] != YY_NULLPTR) in yyglrReduce()
7850 if (yystackp->yysplitPoint == YY_NULLPTR) in yysplitStack()
7857 yyGLRState** yynewStates = YY_NULLPTR; in yysplitStack()
7866 if (yynewStates == YY_NULLPTR) in yysplitStack()
7872 if (yynewLookaheadNeeds == YY_NULLPTR) in yysplitStack()
7929 if (yyz1 == *yyz0p || yyz1 == YY_NULLPTR) in yymergeOptionSets()
7931 else if (*yyz0p == YY_NULLPTR) in yymergeOptionSets()
8036 if (yys == YY_NULLPTR) in yyreportTree()
8103 for (yypp = &yyoptionList->yynext; *yypp != YY_NULLPTR;) in yyresolveValue()
8144 for (yyp = yybest->yynext; yyp != YY_NULLPTR; yyp = yyp->yynext) in yyresolveValue()
8169 yys->yysemantics.yyfirstVal = YY_NULLPTR; in yyresolveValue()
8175 if (yystackp->yysplitPoint != YY_NULLPTR) in yyresolveStack()
8192 if (yystackp->yytops.yysize != 1 || yystackp->yysplitPoint == YY_NULLPTR) in yycompressStack()
8195 for (yyp = yystackp->yytops.yystates[0], yyq = yyp->yypred, yyr = YY_NULLPTR; in yycompressStack()
8202 yystackp->yysplitPoint = YY_NULLPTR; in yycompressStack()
8203 yystackp->yylastDeleted = YY_NULLPTR; in yycompressStack()
8205 while (yyr != YY_NULLPTR) in yycompressStack()
8218 while (yystackp->yytops.yystates[yyk] != YY_NULLPTR) in yyprocessOneStack()
8330 size_t yysize0 = yytnamerr(YY_NULLPTR, yytokenName(yytoken)); in yyreportSyntaxError()
8333 char* yymsg = YY_NULLPTR; in yyreportSyntaxError()
8339 const char* yyformat = YY_NULLPTR; in yyreportSyntaxError()
8395 size_t yysz = yysize + yytnamerr(YY_NULLPTR, yytokenName(yyx)); in yyreportSyntaxError()
8475 yyFail(yystackp, YY_NULLPTR); in yyrecoverSyntaxError()
8508 if (yystackp->yytops.yystates[yyk] != YY_NULLPTR) in yyrecoverSyntaxError()
8511 yyFail(yystackp, YY_NULLPTR); in yyrecoverSyntaxError()
8519 while (yystackp->yytops.yystates[0] != YY_NULLPTR) in yyrecoverSyntaxError()
8535 if (yys->yypred != YY_NULLPTR) in yyrecoverSyntaxError()
8541 if (yystackp->yytops.yystates[0] == YY_NULLPTR) in yyrecoverSyntaxError()
8542 yyFail(yystackp, YY_NULLPTR); in yyrecoverSyntaxError()
8777 if (yys->yypred != YY_NULLPTR) in yyparse()
8806 if (yyst == YY_NULLPTR) in yypstates()
8818 #define YYINDEX(YYX) ((YYX) == YY_NULLPTR ? -1 : (yyGLRStackItem*)(YYX)-yystackp->yyitems)