Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp395 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
399 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
400 Stack = &yyptr->Stack_alloc; \
/external/bison/data/
Dyacc.c570 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
575 Stack = &yyptr->Stack_alloc; \
/external/bison/src/
Dparse-gram.c554 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
559 Stack = &yyptr->Stack_alloc; \
/external/libpcap/
Dgrammar.c847 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
852 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; \