Searched refs:Stack_alloc (Results 1 – 9 of 9) sorted by relevance
| /external/libtracefs/src/ |
| D | sqlhist.tab.c | 553 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 557 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 558 Stack = &yyptr->Stack_alloc; \
|
| /external/angle/src/compiler/preprocessor/ |
| D | preprocessor_tab_autogen.cpp | 536 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 540 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \ 541 Stack = &yyptr->Stack_alloc; \
|
| /external/libconfig/lib/ |
| D | grammar.c | 427 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 431 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 432 Stack = &yyptr->Stack_alloc; \
|
| /external/angle/tools/flex-bison/third_party/skeletons/ |
| D | yacc.c | 618 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 622 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 623 Stack = &yyptr->Stack_alloc; \
|
| /external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
| D | parser.c | 585 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 589 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 590 Stack = &yyptr->Stack_alloc; \
|
| /external/libpcap/ |
| D | grammar.c | 884 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 888 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 889 Stack = &yyptr->Stack_alloc; \
|
| /external/angle/src/compiler/translator/ |
| D | glslang_tab_autogen.cpp | 762 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 766 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \ 767 Stack = &yyptr->Stack_alloc; \
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
| D | glslang_tab.cpp | 1030 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 1034 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1035 Stack = &yyptr->Stack_alloc; \
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | glslang_tab.cpp | 1011 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 1015 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1016 Stack = &yyptr->Stack_alloc; \
|