Home
last modified time | relevance | path

Searched refs:YYREALLOC (Results 1 – 2 of 2) sorted by relevance

/external/bison/data/
Dglr.c272 #ifndef YYREALLOC
273 # define YYREALLOC realloc macro
1480 (yyGLRState**) YYREALLOC (yystackp->yytops.yystates,
1488 (yybool*) YYREALLOC (yystackp->yytops.yylookaheadNeeds,
/external/bison/
DChangeLog-201212495 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
12709 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.