Home
last modified time | relevance | path

Searched refs:YYMAXDEPTH (Results 1 – 21 of 21) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c552 #if YYMAXDEPTH == 0
553 # undef YYMAXDEPTH
556 #ifndef YYMAXDEPTH
557 # define YYMAXDEPTH 10000 macro
806 if (yystacksize >= YYMAXDEPTH) in yyparse()
809 if (yystacksize > YYMAXDEPTH) in yyparse()
810 yystacksize = YYMAXDEPTH; in yyparse()
/external/bison/data/
Dyacc.c906 #ifndef YYMAXDEPTH
907 # define YYMAXDEPTH ]b4_stack_depth_max[
940 if (YYMAXDEPTH < yysize_new)
946 if (YYMAXDEPTH < yyalloc)
947 yyalloc = YYMAXDEPTH;
1566 if (YYMAXDEPTH < yyes_capacity)
1567 yyes_capacity = YYMAXDEPTH;]])[
1631 if (YYMAXDEPTH <= yystacksize)
1634 if (YYMAXDEPTH < yystacksize)
1635 yystacksize = YYMAXDEPTH;
Dglr.c553 #ifndef YYMAXDEPTH
554 # define YYMAXDEPTH ]b4_stack_depth_max[
1129 if (YYMAXDEPTH - YYHEADROOM < yysize)
1132 if (YYMAXDEPTH < yynewSize)
1133 yynewSize = YYMAXDEPTH;
/external/bison/src/
Dparse-gram.c1338 #ifndef YYMAXDEPTH
1339 # define YYMAXDEPTH 10000 macro
1372 if (YYMAXDEPTH < yysize_new) in yy_lac_stack_realloc()
1378 if (YYMAXDEPTH < yyalloc) in yy_lac_stack_realloc()
1379 yyalloc = YYMAXDEPTH; in yy_lac_stack_realloc()
1987 if (YYMAXDEPTH < yyes_capacity)
1988 yyes_capacity = YYMAXDEPTH;
2055 if (YYMAXDEPTH <= yystacksize)
2058 if (YYMAXDEPTH < yystacksize)
2059 yystacksize = YYMAXDEPTH;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp898 #ifndef YYMAXDEPTH
899 # define YYMAXDEPTH 10000 macro
1335 if (YYMAXDEPTH <= yystacksize)
1338 if (YYMAXDEPTH < yystacksize)
1339 yystacksize = YYMAXDEPTH;
/external/libpcap/
Dgrammar.c1321 #ifndef YYMAXDEPTH
1322 # define YYMAXDEPTH 10000 macro
1653 if (YYMAXDEPTH <= yystacksize)
1656 if (YYMAXDEPTH < yystacksize)
1657 yystacksize = YYMAXDEPTH;
/external/elfutils/src/
Dldscript.c1045 #ifndef YYMAXDEPTH
1046 # define YYMAXDEPTH 10000 macro
1457 if (YYMAXDEPTH <= yystacksize)
1460 if (YYMAXDEPTH < yystacksize)
1461 yystacksize = YYMAXDEPTH;
/external/elfutils/libcpu/
Di386_parse.c1036 #ifndef YYMAXDEPTH
1037 # define YYMAXDEPTH 10000 macro
1448 if (YYMAXDEPTH <= yystacksize)
1451 if (YYMAXDEPTH < yystacksize)
1452 yystacksize = YYMAXDEPTH;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c1292 #ifndef YYMAXDEPTH
1293 # define YYMAXDEPTH 10000 macro
1768 if (YYMAXDEPTH <= yystacksize)
1771 if (YYMAXDEPTH < yystacksize)
1772 yystacksize = YYMAXDEPTH;
Dglsl_parser.cc2397 #ifndef YYMAXDEPTH
2398 # define YYMAXDEPTH 10000 macro
2873 if (YYMAXDEPTH <= yystacksize)
2876 if (YYMAXDEPTH < yystacksize)
2877 yystacksize = YYMAXDEPTH;
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathGrammar.y47 #define YYMAXDEPTH 10000 macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1690 #ifndef YYMAXDEPTH
1691 # define YYMAXDEPTH 10000 macro
2150 if (YYMAXDEPTH <= yystacksize)
2153 if (YYMAXDEPTH < yystacksize)
2154 yystacksize = YYMAXDEPTH;
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp1646 #ifndef YYMAXDEPTH
1647 # define YYMAXDEPTH 10000 macro
2109 if (YYMAXDEPTH <= yystacksize)
2112 if (YYMAXDEPTH < yystacksize)
2113 yystacksize = YYMAXDEPTH;
/external/bison/tests/
Dregression.at1341 #define YYMAXDEPTH 100
1532 #define YYMAXDEPTH 8
Dactions.at373 #define YYMAXDEPTH 10
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGrammar.y54 #define YYMAXDEPTH 10000 macro
/external/bison/
DChangeLog-19981075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
1076 (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
DNEWS1402 the manual to determine safe values for YYMAXDEPTH in that case.
2041 LocalWords: YYMAXDEPTH Unescaped UCNs YYLTYPE's yyltype typedefs inline Yaccs
DChangeLog-2012759 reallocations. Use YYMAXDEPTH for maximum stack size given that
779 (LAC: Memory exhaustion): Update to use YYMAXDEPTH and
11258 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
11261 * data/yacc.c (YYMAXDEPTH): Likewise.
11263 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
13102 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
/external/bison/doc/
Dbison.texi7929 @vindex YYMAXDEPTH
7930 By defining the macro @code{YYMAXDEPTH}, you can control how deep the
7936 large value for @code{YYMAXDEPTH}, the parser normally allocates a small
7939 you do not need to make @code{YYMAXDEPTH} painfully small merely to save
7942 However, do not allow @code{YYMAXDEPTH} to be a value so large that
7944 space. Also, do not allow @code{YYMAXDEPTH} to be less than
7948 The default value of @code{YYMAXDEPTH}, if you do not define it, is
7958 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.
11945 @deffn {Macro} YYMAXDEPTH
12026 set @code{YYMAXDEPTH} to a value that cannot possibly result in
[all …]
Dbison.info7527 By defining the macro `YYMAXDEPTH', you can control how deep the
7533 specify a large value for `YYMAXDEPTH', the parser normally allocates a
7536 Therefore, you do not need to make `YYMAXDEPTH' painfully small merely
7539 However, do not allow `YYMAXDEPTH' to be a value so large that
7541 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'.
7543 The default value of `YYMAXDEPTH', if you do not define it, is 10000.
7551 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'.
11060 -- Macro: YYMAXDEPTH
11129 should set `YYMAXDEPTH' to a value that cannot possibly result in
12636 * YYMAXDEPTH <1>: Memory Management. (line 14)
[all …]