Searched refs:Stack_alloc (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/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; \
|
/third_party/gettext/gettext-runtime/intl/ |
D | plural.c | 458 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 462 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 463 Stack = &yyptr->Stack_alloc; \
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 394 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 398 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \ 399 Stack = &yyptr->Stack_alloc; \
|
/third_party/skia/third_party/externals/angle2/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; \
|
/third_party/skia/third_party/externals/angle2/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; \
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.tab.c | 1214 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 1218 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1219 Stack = &yyptr->Stack_alloc; \
|
/third_party/skia/third_party/externals/angle2/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; \
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab.cpp | 637 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 641 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 642 Stack = &yyptr->Stack_alloc; \
|
/third_party/skia/third_party/externals/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; \
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 824 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 828 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 829 Stack = &yyptr->Stack_alloc; \
|