Home
last modified time | relevance | path

Searched refs:yyptr (Results 1 – 9 of 9) 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/bison/data/
Dyacc.c414 YYCOPY (&yyptr->Stack, Stack, yysize); \
415 Stack = &yyptr->Stack; \
417 yyptr += yynewbytes / sizeof (*yyptr); \
1136 union yyalloc *yyptr =
1138 if (! yyptr)
/external/bison/src/
Dparse-gram.c519 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/
Dldscript.c312 YYCOPY (&yyptr->Stack, Stack, yysize); \
313 Stack = &yyptr->Stack; \
315 yyptr += yynewbytes / sizeof (*yyptr); \
1103 union yyalloc *yyptr = local
1105 if (! yyptr)
/external/libpcap/
Dgrammar.c596 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/
Dglsl_parser.cpp606 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/
Dglcpp-parse.c515 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/
Dglslang_tab.cpp571 YYCOPY (&yyptr->Stack, Stack, yysize); \
572 Stack = &yyptr->Stack; \
574 yyptr += yynewbytes / sizeof (*yyptr); \
1982 union yyalloc *yyptr = local
1984 if (! yyptr)
/external/bison/
DChangeLog12049 (yyparse): yyptr is now union yyalloc *, not char *.