Searched refs:yyptr (Results 1 – 9 of 9) 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/bison/data/ |
D | yacc.c | 414 YYCOPY (&yyptr->Stack, Stack, yysize); \ 415 Stack = &yyptr->Stack; \ 417 yyptr += yynewbytes / sizeof (*yyptr); \ 1136 union yyalloc *yyptr = 1138 if (! yyptr)
|
/external/bison/src/ |
D | parse-gram.c | 519 YYCOPY (&yyptr->Stack, Stack, yysize); \ 520 Stack = &yyptr->Stack; \ 522 yyptr += yynewbytes / sizeof (*yyptr); \ 1627 union yyalloc *yyptr = local 1629 if (! yyptr)
|
/external/elfutils/src/ |
D | ldscript.c | 312 YYCOPY (&yyptr->Stack, Stack, yysize); \ 313 Stack = &yyptr->Stack; \ 315 yyptr += yynewbytes / sizeof (*yyptr); \ 1103 union yyalloc *yyptr = local 1105 if (! yyptr)
|
/external/libpcap/ |
D | grammar.c | 596 YYCOPY (&yyptr->Stack, Stack, yysize); \ 597 Stack = &yyptr->Stack; \ 599 yyptr += yynewbytes / sizeof (*yyptr); \ 1661 union yyalloc *yyptr = local 1663 if (! yyptr)
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.cpp | 606 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 607 Stack = &yyptr->Stack_alloc; \ 609 yyptr += yynewbytes / sizeof (*yyptr); \ 2691 union yyalloc *yyptr = local 2693 if (! yyptr)
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.c | 515 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 516 Stack = &yyptr->Stack_alloc; \ 518 yyptr += yynewbytes / sizeof (*yyptr); \ 1681 union yyalloc *yyptr = local 1683 if (! yyptr)
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_tab.cpp | 571 YYCOPY (&yyptr->Stack, Stack, yysize); \ 572 Stack = &yyptr->Stack; \ 574 yyptr += yynewbytes / sizeof (*yyptr); \ 1982 union yyalloc *yyptr = local 1984 if (! yyptr)
|
/external/bison/ |
D | ChangeLog | 12049 (yyparse): yyptr is now union yyalloc *, not char *.
|