Home
last modified time | relevance | path

Searched refs:TOKint8 (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c165 case TOKint8: case TOKuns8: in toChars()
227 { "byte", TOKint8 },
H A Dparse.c335 case TOKint8: case TOKuns8: in parseDeclDefs()
2834 case TOKint8: ta = Type::tint8; goto LabelX; in parseTemplateSingleArgument()
3076 case TOKint8: t = Type::tint8; goto LabelX; in parseBasicType()
5038 case TOKint8: case TOKuns8: in parseStatement()
5977 case TOKint8: case TOKuns8: in isBasicType()
6027 case TOKint8: case TOKuns8: in isBasicType()
6920 case TOKint8: t = Type::tint8; goto LabelX; in parsePrimaryExp()
7504 case TOKint8: case TOKuns8: in parseUnaryExp()
H A Dmtype.c2915 case Tint8: d = Token::toChars(TOKint8); in TypeBasic()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c165 case TOKint8: case TOKuns8: in toChars()
227 { "byte", TOKint8 },
H A Dtokens.h118 TOKint8, TOKuns8, enumerator
H A Dparse.c335 case TOKint8: case TOKuns8: in parseDeclDefs()
2834 case TOKint8: ta = Type::tint8; goto LabelX; in parseTemplateSingleArgument()
3076 case TOKint8: t = Type::tint8; goto LabelX; in parseBasicType()
5038 case TOKint8: case TOKuns8: in parseStatement()
5977 case TOKint8: case TOKuns8: in isBasicType()
6027 case TOKint8: case TOKuns8: in isBasicType()
6920 case TOKint8: t = Type::tint8; goto LabelX; in parsePrimaryExp()
7504 case TOKint8: case TOKuns8: in parseUnaryExp()
H A Dmtype.c2915 case Tint8: d = Token::toChars(TOKint8); in TypeBasic()