Searched refs:Stack_alloc (Results 1 – 10 of 10) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 381 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 385 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 386 Stack = &yyptr->Stack_alloc; \
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 418 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 423 Stack = &yyptr->Stack_alloc; \
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_tab_autogen.cpp | 394 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 398 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \ 399 Stack = &yyptr->Stack_alloc; \
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | yacc.c | 517 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 521 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 522 Stack = &yyptr->Stack_alloc; \
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.c | 567 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 571 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 572 Stack = &yyptr->Stack_alloc; \
|
/external/libpcap/ |
D | grammar.c | 932 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 936 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 937 Stack = &yyptr->Stack_alloc; \
|
/external/angle/src/compiler/translator/ |
D | glslang_tab_autogen.cpp | 666 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 670 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \ 671 Stack = &yyptr->Stack_alloc; \
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 603 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 608 Stack = &yyptr->Stack_alloc; \
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 971 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 975 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 976 Stack = &yyptr->Stack_alloc; \
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 1001 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 1005 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1006 Stack = &yyptr->Stack_alloc; \
|