HomeSort by relevance Sort by last modified time
    Searched refs:yymsp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 570 yyStackEntry *yymsp; /* The top of the parser's stack */ local
573 yymsp = &yypParser->yystack[yypParser->yyidx];
614 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
623 yymsp -= yysize-1;
624 yymsp->stateno = (YYACTIONTYPE)yyact;
625 yymsp->major = (YYCODETYPE)yygoto;
626 yymsp->minor = yygotominor;
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 560 yyStackEntry *yymsp; /* The top of the parser's stack */ local
563 yymsp = &yypParser->yystack[yypParser->yyidx];
604 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
613 yymsp -= yysize-1;
614 yymsp->stateno = (YYACTIONTYPE)yyact;
615 yymsp->major = (YYCODETYPE)yygoto;
616 yymsp->minor = yygotominor;

Completed in 76 milliseconds