/external/e2fsprogs/intl/ |
D | plural.c | 552 #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/ |
D | yacc.c | 906 #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;
|
D | glr.c | 553 #ifndef YYMAXDEPTH 554 # define YYMAXDEPTH ]b4_stack_depth_max[ 1129 if (YYMAXDEPTH - YYHEADROOM < yysize) 1132 if (YYMAXDEPTH < yynewSize) 1133 yynewSize = YYMAXDEPTH;
|
/external/bison/src/ |
D | parse-gram.c | 1338 #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/ |
D | ExpressionParser.cpp | 898 #ifndef YYMAXDEPTH 899 # define YYMAXDEPTH 10000 macro 1335 if (YYMAXDEPTH <= yystacksize) 1338 if (YYMAXDEPTH < yystacksize) 1339 yystacksize = YYMAXDEPTH;
|
/external/libpcap/ |
D | grammar.c | 1321 #ifndef YYMAXDEPTH 1322 # define YYMAXDEPTH 10000 macro 1653 if (YYMAXDEPTH <= yystacksize) 1656 if (YYMAXDEPTH < yystacksize) 1657 yystacksize = YYMAXDEPTH;
|
/external/elfutils/src/ |
D | ldscript.c | 1045 #ifndef YYMAXDEPTH 1046 # define YYMAXDEPTH 10000 macro 1457 if (YYMAXDEPTH <= yystacksize) 1460 if (YYMAXDEPTH < yystacksize) 1461 yystacksize = YYMAXDEPTH;
|
/external/elfutils/libcpu/ |
D | i386_parse.c | 1036 #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/ |
D | glcpp-parse.c | 1292 #ifndef YYMAXDEPTH 1293 # define YYMAXDEPTH 10000 macro 1768 if (YYMAXDEPTH <= yystacksize) 1771 if (YYMAXDEPTH < yystacksize) 1772 yystacksize = YYMAXDEPTH;
|
D | glsl_parser.cc | 2397 #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/ |
D | XPathGrammar.y | 47 #define YYMAXDEPTH 10000 macro
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 1690 #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/ |
D | glslang_tab.cpp | 1646 #ifndef YYMAXDEPTH 1647 # define YYMAXDEPTH 10000 macro 2109 if (YYMAXDEPTH <= yystacksize) 2112 if (YYMAXDEPTH < yystacksize) 2113 yystacksize = YYMAXDEPTH;
|
/external/bison/tests/ |
D | regression.at | 1341 #define YYMAXDEPTH 100 1532 #define YYMAXDEPTH 8
|
D | actions.at | 373 #define YYMAXDEPTH 10
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGrammar.y | 54 #define YYMAXDEPTH 10000 macro
|
/external/bison/ |
D | ChangeLog-1998 | 1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH. 1076 (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
|
D | NEWS | 1402 the manual to determine safe values for YYMAXDEPTH in that case. 2041 LocalWords: YYMAXDEPTH Unescaped UCNs YYLTYPE's yyltype typedefs inline Yaccs
|
D | ChangeLog-2012 | 759 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/ |
D | bison.texi | 7929 @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 …]
|
D | bison.info | 7527 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 …]
|