Home
last modified time | relevance | path

Searched refs:YYCOPY (Results 1 – 9 of 9) 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/bison/data/
Dyacc.c389 # ifndef YYCOPY
391 # define YYCOPY(To, From, Count) \
394 # define YYCOPY(To, From, Count) \
414 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/bison/src/
Dparse-gram.c494 # ifndef YYCOPY
496 # define YYCOPY(To, From, Count) \ macro
499 # define YYCOPY(To, From, Count) \ macro
519 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/elfutils/src/
Dldscript.c287 # ifndef YYCOPY
289 # define YYCOPY(To, From, Count) \ macro
292 # define YYCOPY(To, From, Count) \ macro
312 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/libpcap/
Dgrammar.c571 # ifndef YYCOPY
573 # define YYCOPY(To, From, Count) \ macro
576 # define YYCOPY(To, From, Count) \ macro
596 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/mesa3d/src/glsl/
Dglsl_parser.cpp581 # ifndef YYCOPY
583 # define YYCOPY(To, From, Count) \ macro
586 # define YYCOPY(To, From, Count) \ macro
606 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c490 # ifndef YYCOPY
492 # define YYCOPY(To, From, Count) \ macro
495 # define YYCOPY(To, From, Count) \ macro
515 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp546 # ifndef YYCOPY
548 # define YYCOPY(To, From, Count) \ macro
551 # define YYCOPY(To, From, Count) \ macro
571 YYCOPY (&yyptr->Stack, Stack, yysize); \
/external/bison/
DChangeLog1497 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
2918 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
4694 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
9740 (YYCOPY): Fix [] quoting problem in the non-GCC case.
9785 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
10198 * src/bison.simple (YYCOPY): New macro.