Home
last modified time | relevance | path

Searched refs:YYMALLOC (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp339 # define YYSTACK_ALLOC YYMALLOC
345 && ! ((defined YYMALLOC || defined malloc) \
352 # ifndef YYMALLOC
353 # define YYMALLOC malloc macro
/external/bison/data/
Dglr.c269 #ifndef YYMALLOC
270 # define YYMALLOC malloc macro
1073 yyset->yystates = (yyGLRState**) YYMALLOC (16 * sizeof yyset->yystates[0]);
1078 (yybool*) YYMALLOC (16 * sizeof yyset->yylookaheadNeeds[0]);
1102 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]);
1134 yynewItems = (yyGLRStackItem*) YYMALLOC (yynewSize * sizeof yynewItems[0]);
2110 yymsg = (char *) YYMALLOC (yysize);
Dyacc.c507 # define YYSTACK_ALLOC YYMALLOC
513 && ! ((defined YYMALLOC || defined malloc) \
520 # ifndef YYMALLOC
521 # define YYMALLOC malloc
/external/bison/src/
Dparse-gram.c493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc macro
/external/libpcap/
Dgrammar.c791 # define YYSTACK_ALLOC YYMALLOC
797 && ! ((defined YYMALLOC || defined malloc) \
804 # ifndef YYMALLOC
805 # define YYMALLOC malloc macro
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp545 # define YYSTACK_ALLOC YYMALLOC
551 && ! ((defined YYMALLOC || defined malloc) \
558 # ifndef YYMALLOC
559 # define YYMALLOC malloc macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped281 # define YYSTACK_ALLOC YYMALLOC
289 # ifndef YYMALLOC
290 # define YYMALLOC malloc
/external/bison/
DChangeLog-20128647 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
10574 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
10846 (YYMALLOC, YYFREE): Define only if needed.
12495 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
12709 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
12712 * data/yacc.c (YYFREE, YYMALLOC): Likewise.