Home
last modified time | relevance | path

Searched refs:yy_state_ptr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/LoopSimplify/
D2003-08-15-PreheadersFail.ll4 @yy_state_ptr = external global i32* ; <i32**> [#uses=3]
11 store i32* getelementptr ([16386 x i32]* @yy_state_buf, i64 0, i64 0), i32** @yy_state_ptr
12 %tmp.35 = load i32** @yy_state_ptr ; <i32*> [#uses=2]
14 store i32* %inc.0, i32** @yy_state_ptr
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c637 yyg->yy_state_ptr = yyg->yy_full_state; /* restore orig. state */ \
638 yy_current_state = *yyg->yy_state_ptr; /* restore curr. state */ \
737 yy_state_type *yy_state_ptr; member
1010 yyg->yy_state_ptr = yyg->yy_state_buf;
1011 *yyg->yy_state_ptr++ = yy_current_state;
1024 *yyg->yy_state_ptr++ = yy_current_state;
1030 yy_current_state = *--yyg->yy_state_ptr;
1053 yyg->yy_full_state = yyg->yy_state_ptr;
1059 yyg->yy_full_state = yyg->yy_state_ptr;
1067 yy_current_state = *--yyg->yy_state_ptr;
[all …]
/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h171 yy_state_type* yy_state_ptr; variable