Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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; \
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp394 # 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/
Dyacc.c517 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
521 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
522 Stack = &yyptr->Stack_alloc; \
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.cpp666 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
670 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \
671 Stack = &yyptr->Stack_alloc; \
/third_party/skia/third_party/externals/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; \
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp1023 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
1027 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1028 Stack = &yyptr->Stack_alloc; \