Home
last modified time | relevance | path

Searched refs:yyptr (Results 1 – 6 of 6) 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.cpp422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
423 Stack = &yyptr->Stack_alloc; \
425 yyptr += yynewbytes / sizeof (*yyptr); \
1214 union yyalloc *yyptr = in yyparse() local
1216 if (! yyptr) in yyparse()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
544 Stack = &yyptr->Stack_alloc; \
546 yyptr += yynewbytes / sizeof (*yyptr); \
1868 union yyalloc *yyptr = in yyparse() local
1870 if (! yyptr) in yyparse()
/external/libpcap/
Dgrammar.c838 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
839 Stack = &yyptr->Stack_alloc; \
841 yyptr += yynewbytes / sizeof (*yyptr); \
1935 union yyalloc *yyptr = in yyparse() local
1937 if (! yyptr) in yyparse()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
608 Stack = &yyptr->Stack_alloc; \
610 yyptr += yynewbytes / sizeof (*yyptr); \
2239 union yyalloc *yyptr = in yyparse() local
2241 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)