Home
last modified time | relevance | path

Searched refs:yysize1 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp1005 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
1006 if (! (yysize <= yysize1 in yysyntax_error()
1007 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1009 yysize = yysize1; in yysyntax_error()
1031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
1032 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1034 yysize = yysize1; in yysyntax_error()
/third_party/gettext/gettext-runtime/intl/
Dplural.c1006 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
1007 if (! (yysize <= yysize1 in yysyntax_error()
1008 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1010 yysize = yysize1; in yysyntax_error()
1032 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
1033 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1035 yysize = yysize1; in yysyntax_error()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.cpp886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
887 if (!(yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
889 yysize = yysize1; in yysyntax_error()
911 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error() local
912 if (!(yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
914 yysize = yysize1; in yysyntax_error()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp886 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
887 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
888 yysize = yysize1; in yysyntax_error()
913 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error() local
914 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
915 yysize = yysize1; in yysyntax_error()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dyacc.c1188 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1189 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)
1190 yysize = yysize1;
1219 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1220 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)
1221 yysize = yysize1;
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c1777 YYPTRDIFF_T yysize1 in yysyntax_error() local
1779 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
1780 yysize = yysize1; in yysyntax_error()
1807 YYPTRDIFF_T yysize1 = yysize + (yystrlen (yyformat) - 2 * yycount) + 1; in yysyntax_error() local
1808 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
1809 yysize = yysize1; in yysyntax_error()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.cpp2006 YYSIZE_T yysize1 = yysize + yytnamerr(YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
2007 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
2008 yysize = yysize1; in yysyntax_error()
2033 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error() local
2034 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
2035 yysize = yysize1; in yysyntax_error()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab.cpp2151 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
2152 if (! (yysize <= yysize1 in yysyntax_error()
2153 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2155 yysize = yysize1; in yysyntax_error()
2177 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
2178 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2180 yysize = yysize1; in yysyntax_error()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp2005 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
2006 if (! (yysize <= yysize1 in yysyntax_error()
2007 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2009 yysize = yysize1; in yysyntax_error()
2031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
2032 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2034 yysize = yysize1; in yysyntax_error()
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped1877 YYSIZE_T yysize1;
1927 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1928 yysize_overflow |= yysize1 < yysize;
1929 yysize = yysize1;
1935 yysize1 = yysize + yystrlen (yyf);
1936 yysize_overflow |= yysize1 < yysize;
1937 yysize = yysize1;
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp3887 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
3888 if (! (yysize <= yysize1 in yysyntax_error()
3889 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
3891 yysize = yysize1; in yysyntax_error()
3913 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
3914 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
3916 yysize = yysize1; in yysyntax_error()