Searched refs:Stack_alloc (Results 1 – 7 of 7) 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/one-true-awk/ |
D | ytab.c | 543 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 547 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 548 Stack = &yyptr->Stack_alloc; \
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 539 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 544 Stack = &yyptr->Stack_alloc; \
|
/external/libpcap/ |
D | grammar.c | 851 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 855 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 856 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 | 809 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 814 Stack = &yyptr->Stack_alloc; \
|