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

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 567 int yygoto; /* The next state */ local
611 yygoto = yyRuleInfo[yyruleno].lhs;
614 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
625 yymsp->major = (YYCODETYPE)yygoto;
630 yy_shift(yypParser,yyact,yygoto,&yygotominor);
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 557 int yygoto; /* The next state */ local
601 yygoto = yyRuleInfo[yyruleno].lhs;
604 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
615 yymsp->major = (YYCODETYPE)yygoto;
620 yy_shift(yypParser,yyact,yygoto,&yygotominor);

Completed in 264 milliseconds