Searched refs:yyptr (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 426 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/ |
D | ExpressionParser.cpp | 399 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/ |
D | yacc.c | 574 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/ |
D | parse-gram.c | 558 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/ |
D | grammar.c | 851 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/ |
D | zconf.tab.c_shipped | 357 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/ |
D | glslang_tab.cpp | 607 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/ |
D | ChangeLog-2012 | 20310 (yyparse): yyptr is now union yyalloc *, not char *.
|