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

  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 573 *(state_stack_p)++ = yy_start;
580 *(state_stack_p)++ = yy_start;
587 *(state_stack_p)++ = yy_start;
594 *(state_stack_p)++ = yy_start;
601 *(state_stack_p)++ = yy_start;
608 *(state_stack_p)++ = yy_start;
615 *(state_stack_p)++ = yy_start;
622 *(state_stack_p)++ = yy_start;
629 yy_start = *(--state_stack_p);
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 174 int yy_start; // start state number member in class:yyFlexLexer
  /external/bison/examples/calc++/
calc++-scanner.cc 168 #define BEGIN (yy_start) = 1 + 2 *
174 #define YY_START (((yy_start) - 1) / 2)
175 #define YYSTATE YY_START
348 static int yy_start = 0; /* start state number */ variable
823 if ( ! (yy_start) )
824 (yy_start) = 1; /* first start state */
863 yy_current_state = (yy_start);
910 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1071 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/bison/src/
scan-skel.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
920 if ( ! (yy_start) )
921 (yy_start) = 1; /* first start state */
960 yy_current_state = (yy_start);
1007 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
    [all...]
scan-code.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
1027 if ( ! (yy_start) )
1028 (yy_start) = 1; /* first start state */
1067 yy_current_state = (yy_start);
1114 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
    [all...]
scan-gram.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
    [all...]
  /external/skia/src/sksl/
lex.layout.c 136 #define BEGIN yyg->yy_start = 1 + 2 *
142 #define YY_START ((yyg->yy_start - 1) / 2)
143 #define YYSTATE YY_START
635 int yy_start; member in struct:yyguts_t
844 if ( ! yyg->yy_start )
845 yyg->yy_start = 1; /* first start state */
880 yy_current_state = yyg->yy_start;
    [all...]
lex.sksl.c 136 #define BEGIN yyg->yy_start = 1 + 2 *
142 #define YY_START ((yyg->yy_start - 1) / 2)
143 #define YYSTATE YY_START
701 int yy_start; member in struct:yyguts_t
910 if ( ! yyg->yy_start )
911 yyg->yy_start = 1; /* first start state */
946 yy_current_state = yyg->yy_start;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 160 #define BEGIN yyg->yy_start = 1 + 2 *
166 #define YY_START ((yyg->yy_start - 1) / 2)
167 #define YYSTATE YY_START
629 int yy_start; member in struct:yyguts_t
860 if ( ! yyg->yy_start )
861 yyg->yy_start = 1; /* first start state */
894 yy_current_state = yyg->yy_start;
    [all...]
  /external/libpcap/
scanner.c 150 #define BEGIN yyg->yy_start = 1 + 2 *
156 #define YY_START ((yyg->yy_start - 1) / 2)
157 #define YYSTATE YY_START
2832 int yy_start; member in struct:yyguts_t
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 172 #define BEGIN yyg->yy_start = 1 + 2 *
178 #define YY_START ((yyg->yy_start - 1) / 2)
179 #define YYSTATE YY_START
1099 int yy_start; member in struct:yyguts_t
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 84 "begin <%d>%s\n", yy_start, yytext);
87 yy_start, loglevel >= LLV_DEBUG2 ? "\n" : ""); \

Completed in 590 milliseconds