Home
last modified time | relevance | path

Searched refs:yyx (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dyacc.c1162 int yyx;]b4_lac_if([[
1164 for (yyx = 0; yyx < YYNTOKENS; ++yyx)
1165 if (yyx != YYTERROR && yyx != YYUNDEFTOK)
1169 yyssp, yyx);
1176 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1177 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1178 && !yytable_value_is_error (yytable[yyx + yyn]))
1186 yyarg[yycount++] = yytname[yyx];
1188 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp991 int yyx; in yysyntax_error() local
993 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
994 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR in yysyntax_error()
995 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1003 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1005 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
/third_party/gettext/gettext-runtime/intl/
Dplural.c992 int yyx; in yysyntax_error() local
994 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
995 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR in yysyntax_error()
996 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1004 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1006 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.cpp872 int yyx; in yysyntax_error() local
874 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
875 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && in yysyntax_error()
876 !yytable_value_is_error(yytable[yyx + yyn])) in yysyntax_error()
884 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp872 int yyx; in yysyntax_error() local
874 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
875 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && in yysyntax_error()
876 !yytable_value_is_error(yytable[yyx + yyn])) in yysyntax_error()
884 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c1763 int yyx; in yysyntax_error() local
1765 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
1766 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR in yysyntax_error()
1767 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1775 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1778 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/packed_vec3/
Du32.wgsl38 var yyx = U.v.yyx;
Di32.wgsl38 var yyx = U.v.yyx;
Du32.wgsl.expected.wgsl34 var yyx = U.v.yyx;
Df32.wgsl.expected.wgsl34 var yyx = U.v.yyx;
Di32.wgsl.expected.wgsl34 var yyx = U.v.yyx;
Df32.wgsl38 var yyx = U.v.yyx;
Du32.wgsl.expected.hlsl36 uint3 yyx = U[0].xyz.yyx;
Di32.wgsl.expected.hlsl36 int3 yyx = asint(U[0].xyz).yyx;
Di32.wgsl.expected.msl35 int3 yyx = int3((*(tint_symbol)).v).yyx;
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/vec3/
Du32.wgsl37 var yyx = P.v.yyx;
Du32.wgsl.expected.wgsl33 var yyx = P.v.yyx;
Df32.wgsl.expected.wgsl33 var yyx = P.v.yyx;
Du32.wgsl.expected.hlsl38 uint3 yyx = P.v.yyx;
Di32.wgsl.expected.wgsl33 var yyx = P.v.yyx;
Df32.wgsl37 var yyx = P.v.yyx;
Df32.wgsl.expected.hlsl38 float3 yyx = P.v.yyx;
Di32.wgsl.expected.hlsl38 int3 yyx = P.v.yyx;
Di32.wgsl37 var yyx = P.v.yyx;
Df32.wgsl.expected.msl34 float3 yyx = float3((*(tint_symbol)).v).yyx;

12