Home
last modified time | relevance | path

Searched refs:DS_FLOAT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dgrammar.y144 #define DS_FLOAT 16 /* contains "float" type specifier */ macro
467 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
476 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
612 new_decl_spec(&$$, $1.text, $1.begin, DS_FLOAT);
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c174 #define DS_FLOAT 16 /* contains "float" type specifier */ macro
1393 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT); in YYPARSE_DECL()
1405 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT); in YYPARSE_DECL()
1552 …w_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_FLOAT); in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c194 #define DS_FLOAT 16 /* contains "float" type specifier */ macro
2120 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT); in YYPARSE_DECL()
2132 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT); in YYPARSE_DECL()
2279 …w_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_FLOAT); in YYPARSE_DECL()