/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 999 # define YYCASE_(N, S) \ in yysyntax_error() macro 1003 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1004 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1005 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1006 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1007 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1008 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1009 # undef YYCASE_ in yysyntax_error()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 1017 # define YYCASE_(N, S) \ in yysyntax_error() macro 1021 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1022 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1027 # undef YYCASE_ in yysyntax_error()
|
/external/one-true-awk/ |
D | ytab.c | 2228 # define YYCASE_(N, S) \ in yysyntax_error() macro 2232 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 2233 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 2234 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 2235 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 2236 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 2237 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 2238 # undef YYCASE_ in yysyntax_error()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 1420 # define YYCASE_(N, S) \ in yysyntax_error() macro 1424 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1425 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1426 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1427 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1428 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1429 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1430 # undef YYCASE_ in yysyntax_error()
|
/external/libpcap/ |
D | grammar.c | 1754 # define YYCASE_(N, S) \ in yysyntax_error() macro 1758 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1759 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1760 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1761 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1762 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1763 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1764 # undef YYCASE_ in yysyntax_error()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 2017 # define YYCASE_(N, S) \ in yysyntax_error() macro 2021 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 2022 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 2023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 2024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 2025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 2026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 2027 # undef YYCASE_ in yysyntax_error()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 3811 # define YYCASE_(N, S) \ in yysyntax_error() macro 3815 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 3816 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 3817 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 3818 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 3819 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 3820 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 3821 # undef YYCASE_ in yysyntax_error()
|