Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c169 case TOKint128: case TOKuns128: in toChars()
236 { "ucent", TOKuns128, },
H A Dparse.c339 case TOKint128: case TOKuns128: in parseDeclDefs()
2843 case TOKuns128: ta = Type::tuns128; goto LabelX; in parseTemplateSingleArgument()
3101 case TOKuns128: t = Type::tuns128; goto LabelX; in parseBasicType()
5042 case TOKint128: case TOKuns128: in parseStatement()
5981 case TOKint128: case TOKuns128: in isBasicType()
6031 case TOKint128: case TOKuns128: in isBasicType()
6929 case TOKuns128: t = Type::tuns128; goto LabelX; in parsePrimaryExp()
7508 case TOKint128: case TOKuns128: in parseUnaryExp()
H A Dmtype.c2955 case Tuns128: d = Token::toChars(TOKuns128); in TypeBasic()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c169 case TOKint128: case TOKuns128: in toChars()
236 { "ucent", TOKuns128, },
H A Dtokens.h122 TOKint128, TOKuns128, enumerator
H A Dparse.c339 case TOKint128: case TOKuns128: in parseDeclDefs()
2843 case TOKuns128: ta = Type::tuns128; goto LabelX; in parseTemplateSingleArgument()
3101 case TOKuns128: t = Type::tuns128; goto LabelX; in parseBasicType()
5042 case TOKint128: case TOKuns128: in parseStatement()
5981 case TOKint128: case TOKuns128: in isBasicType()
6031 case TOKint128: case TOKuns128: in isBasicType()
6929 case TOKuns128: t = Type::tuns128; goto LabelX; in parsePrimaryExp()
7508 case TOKint128: case TOKuns128: in parseUnaryExp()
H A Dmtype.c2955 case Tuns128: d = Token::toChars(TOKuns128); in TypeBasic()