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/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c380 #undef YYMAXDEPTH
381 #define YYMAXDEPTH YYSTACKSIZE macro
383 #ifdef YYMAXDEPTH
384 #define YYSTACKSIZE YYMAXDEPTH
387 #define YYMAXDEPTH 500 macro
/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/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/webkit/Source/WebCore/xml/
DXPathGrammar.y49 #define YYMAXDEPTH 10000 macro
/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1560 #ifndef YYMAXDEPTH
1561 # define YYMAXDEPTH 10000 macro
1974 if (YYMAXDEPTH <= yystacksize)
1977 if (YYMAXDEPTH < yystacksize)
1978 yystacksize = YYMAXDEPTH;
/external/bison/tests/
Dregression.at1341 #define YYMAXDEPTH 100
1532 #define YYMAXDEPTH 8
Dactions.at373 #define YYMAXDEPTH 10
/external/webkit/Source/WebCore/css/
DCSSGrammar.y52 #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 …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-148052 * Added #define YYMAXDEPTH 10000 in kjs/grammar.y
20059 * kjs/grammar.y: removed #define YYMAXDEPTH 0 for bison 2.0
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3139797 * Added #define YYMAXDEPTH 10000 in XPathGrammar.y and CSSGrammar.y
DChangeLog-2005-08-2313461 * khtml/css/parser.y: removed #define YYMAXDEPTH 0