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

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 569 YYMINORTYPE yygotominor; /* The LHS of the rule reduced */ local
582 /* Silence complaints from purify about yygotominor being uninitialized
584 ** switch. yygotominor is uninitialized when a rule reduces that does
596 /*memset(&yygotominor, 0, sizeof(yygotominor));*/
597 yygotominor = yyzerominor;
626 yymsp->minor = yygotominor;
630 yy_shift(yypParser,yyact,yygoto,&yygotominor);
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 559 YYMINORTYPE yygotominor; /* The LHS of the rule reduced */ local
572 /* Silence complaints from purify about yygotominor being uninitialized
574 ** switch. yygotominor is uninitialized when a rule reduces that does
586 /*memset(&yygotominor, 0, sizeof(yygotominor));*/
587 yygotominor = yyzerominor;
616 yymsp->minor = yygotominor;
620 yy_shift(yypParser,yyact,yygoto,&yygotominor);

Completed in 120 milliseconds