Searched refs:YYNOCODE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dlempar.c36 ** YYNOCODE is a number of type YYCODETYPE which corresponds
387 ** If the look-ahead token is YYNOCODE, then check to see if the action is
402 assert( iLookAhead!=YYNOCODE );
452 ** If the look-ahead token is YYNOCODE, then check to see if the action is
470 assert( iLookAhead!=YYNOCODE );
757 yymajor = YYNOCODE;
802 yymajor = YYNOCODE;
816 yymajor = YYNOCODE;
835 yymajor = YYNOCODE;
855 yymajor = YYNOCODE;
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlempar.c30 ** YYNOCODE is a number of type YYCODETYPE which corresponds
377 ** If the look-ahead token is YYNOCODE, then check to see if the action is
392 assert( iLookAhead!=YYNOCODE );
442 ** If the look-ahead token is YYNOCODE, then check to see if the action is
460 assert( iLookAhead!=YYNOCODE );
747 yymajor = YYNOCODE;
792 yymajor = YYNOCODE;
806 yymajor = YYNOCODE;
825 yymajor = YYNOCODE;
845 yymajor = YYNOCODE;
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c103031 #define YYNOCODE macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c107981 #define YYNOCODE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c108017 #define YYNOCODE macro
[all...]

Completed in 705 milliseconds