Home
last modified time | relevance | path

Searched refs:yy_ec (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll6 ;; Global: %yy_ec = internal constant [256 x sbyte] ...
9 ;; Error: Character '\07' was being emitted as '\a', at yy_ec[38].
12 ;; Incorrect LLC Output for the array yy_ec was:
17 @yy_ec = internal constant [6 x i8] c"\06\07\01\08\01\09" ; <[6 x i8]*> [#uses=1]
29 %cptr = getelementptr [6 x i8]* @yy_ec, i64 0, i64 %i ; <i8*> [#uses=1]
/external/llvm/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll6 ;; Global: %yy_ec = internal constant [256 x sbyte] ...
9 ;; Error: Character '\07' was being emitted as '\a', at yy_ec[38].
12 ;; Incorrect LLC Output for the array yy_ec was:
17 @yy_ec = internal constant [6 x i8] c"\06\07\01\08\01\09" ; <[6 x i8]*> [#uses=1]
29 %cptr = getelementptr [6 x i8], [6 x i8]* @yy_ec, i64 0, i64 %i ; <i8*> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll8 ;; Global: %yy_ec = internal constant [256 x sbyte] ...
11 ;; Error: Character '\07' was being emitted as '\a', at yy_ec[38].
14 ;; Incorrect LLC Output for the array yy_ec was:
19 @yy_ec = internal constant [6 x i8] c"\06\07\01\08\01\09" ; <[6 x i8]*> [#uses=1]
31 %cptr = getelementptr [6 x i8], [6 x i8]* @yy_ec, i64 0, i64 %i ; <i8*> [#uses=1]
/external/iproute2/tc/
Demp_ematch.lex.c404 static yyconst YY_CHAR yy_ec[256] = variable
823 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
1302 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp759 static const YY_CHAR yy_ec[256] = variable
1386 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
2011 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state()
/external/libpcap/
Dscanner.c579 static yyconst YY_CHAR yy_ec[256] = variable
3272 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
4545 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp623 static const YY_CHAR yy_ec[256] = variable
1602 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
2646 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state()
/external/toybox/kconfig/
Dlex.zconf.c_shipped708 static yyconst flex_int32_t yy_ec[256] =
999 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1558 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];