Home
last modified time | relevance | path

Searched refs:yystype (Results 1 – 20 of 20) sorted by relevance

/external/bluetooth/bluez/tools/
Dparser.h82 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.h80 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dglcpp-parse.c288 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h101 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/ipsec-tools/src/racoon/
Dprsa_par.h110 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dcfparse.h410 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/elfutils/src/
Dldscript.h108 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dldscript.c213 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/bison/src/
Dparse-gram.h163 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dparse-gram.c291 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.h268 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dglslang_tab.cpp331 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/libpcap/
Dtokdefs.h260 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dgrammar.c452 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/mesa3d/src/glsl/
Dglsl_parser.h277 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
Dglsl_parser.cpp379 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
/external/e2fsprogs/intl/
Dplural.c71 } yystype; typedef
72 # define YYSTYPE yystype
/external/bison/data/
Dyacc.c194 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
1504 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/external/bison/
DNEWS252 - `yystype' and `yyltype' are now obsolescent macros instead of being
DChangeLog3358 of #defining from yystype.
3359 Don't typedef yystype, C++ does not need it.
3739 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
5431 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
5556 `yystype' and `yyltype' are now obsolescent macros instead of being
5561 (YYSTYPE): Renamed from yystype.
5565 (yyltype, yystype): New (and obsolescent) macros,
12732 * src/bison.simple: Define type yystype instead of YYSTYPE, and
12733 define CPP macro, which substitute YYSTYPE by yystype.
12734 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do