Searched refs:YYCOPY (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 401 # 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/ |
D | ExpressionParser.cpp | 399 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/ |
D | yacc.c | 574 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/ |
D | parse-gram.c | 558 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/ |
D | grammar.c | 851 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/ |
D | zconf.tab.c_shipped | 332 # 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/ |
D | glslang_tab.cpp | 607 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/ |
D | ChangeLog-2012 | 757 (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.
|