Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dplural.c401 # ifndef YYCOPY
403 # define YYCOPY(To, From, Count) \ macro
406 # define YYCOPY(To, From, Count) \ macro
426 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp399 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
411 # ifndef YYCOPY
413 # define YYCOPY(Dst, Src, Count) \ macro
416 # define YYCOPY(Dst, Src, Count) \ macro
/external/bison/data/
Dyacc.c574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
586 # ifndef YYCOPY
588 # define YYCOPY(Dst, Src, Count) \
591 # define YYCOPY(Dst, Src, Count) \
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
/external/bison/src/
Dparse-gram.c558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
570 # ifndef YYCOPY
572 # define YYCOPY(Dst, Src, Count) \ macro
575 # define YYCOPY(Dst, Src, Count) \ macro
1390 YYCOPY (yybottom_new, *yybottom, yysize_old); in yy_lac_stack_realloc()
/external/libpcap/
Dgrammar.c851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
863 # ifndef YYCOPY
865 # define YYCOPY(Dst, Src, Count) \ macro
868 # define YYCOPY(Dst, Src, Count) \ macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped332 # ifndef YYCOPY
334 # define YYCOPY(To, From, Count) \
337 # define YYCOPY(To, From, Count) \
357 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
619 # ifndef YYCOPY
621 # define YYCOPY(Dst, Src, Count) \ macro
624 # define YYCOPY(Dst, Src, Count) \ macro
/external/bison/
DChangeLog-2012757 (YYCOPY): Define if LAC requested.
9758 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
11179 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
12955 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
18001 (YYCOPY): Fix [] quoting problem in the non-GCC case.
18046 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
18459 * src/bison.simple (YYCOPY): New macro.