Home
last modified time | relevance | path

Searched refs:yyptr (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c426 YYCOPY (&yyptr->Stack, Stack, yysize); \
427 Stack = &yyptr->Stack; \
429 yyptr += yynewbytes / sizeof (*yyptr); \
814 union yyalloc *yyptr = in yyparse() local
816 if (! yyptr) in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp399 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
400 Stack = &yyptr->Stack_alloc; \
402 yyptr += yynewbytes / sizeof (*yyptr); \
1191 union yyalloc *yyptr = in yyparse() local
1193 if (! yyptr) in yyparse()
/external/bison/data/
Dyacc.c574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
575 Stack = &yyptr->Stack_alloc; \
577 yyptr += yynewbytes / sizeof (*yyptr); \
1639 union yyalloc *yyptr =
1641 if (! yyptr)
/external/bison/src/
Dparse-gram.c558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
559 Stack = &yyptr->Stack_alloc; \
561 yyptr += yynewbytes / sizeof (*yyptr); \
2063 union yyalloc *yyptr = local
2065 if (! yyptr)
/external/libpcap/
Dgrammar.c851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
852 Stack = &yyptr->Stack_alloc; \
854 yyptr += yynewbytes / sizeof (*yyptr); \
1940 union yyalloc *yyptr = in yyparse() local
1942 if (! yyptr) in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped357 YYCOPY (&yyptr->Stack, Stack, yysize); \
358 Stack = &yyptr->Stack; \
360 yyptr += yynewbytes / sizeof (*yyptr); \
1304 union yyalloc *yyptr =
1306 if (! yyptr)
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
608 Stack = &yyptr->Stack_alloc; \
610 yyptr += yynewbytes / sizeof (*yyptr); \
2237 union yyalloc *yyptr = in yyparse() local
2239 if (! yyptr) in yyparse()
/external/bison/
DChangeLog-201220310 (yyparse): yyptr is now union yyalloc *, not char *.