Home
last modified time | relevance | path

Searched refs:Stack_alloc (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/tc/
Demp_ematch.yacc.c381 # 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/
DExpressionParser.cpp418 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
423 Stack = &yyptr->Stack_alloc; \
/external/one-true-awk/
Dytab.c543 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
547 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
548 Stack = &yyptr->Stack_alloc; \
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c539 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
544 Stack = &yyptr->Stack_alloc; \
/external/libpcap/
Dgrammar.c851 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
855 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
856 Stack = &yyptr->Stack_alloc; \
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp603 # 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/
Dglslang_tab.cpp809 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
814 Stack = &yyptr->Stack_alloc; \