Home
last modified time | relevance | path

Searched refs:yy_lp (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c636 yyg->yy_lp = yyg->yy_full_lp; /* restore orig. accepting pos. */ \
639 ++yyg->yy_lp; \
739 int yy_lp; member
1031 yyg->yy_lp = yy_accept[yy_current_state];
1035 if ( yyg->yy_lp && yyg->yy_lp < yy_accept[yy_current_state + 1] )
1037 yy_act = yy_acclist[yyg->yy_lp];
1054 yyg->yy_full_lp = yyg->yy_lp;
1060 yyg->yy_full_lp = yyg->yy_lp;
1063 ++yyg->yy_lp;
1068 yyg->yy_lp = yy_accept[yy_current_state];
[all …]
/external/llvm/test/Transforms/LoopSimplify/
D2003-08-15-PreheadersFail.ll6 @yy_lp = external global i32 ; <i32*> [#uses=1]
29 %tmp.105 = load i32* @yy_lp ; <i32> [#uses=1]
/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h177 int yy_lp; variable
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs312 ! indent_puts( "if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )" );
315 indent_puts( "yy_act = yy_acclist[yy_lp];" );
320 ! indent_puts("if( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )");
323 indent_puts( "yy_act = yy_acclist[yy_lp];" );