Home
last modified time | relevance | path

Searched refs:tuns8 (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc258 type = Type::tuns8; in isVectorTypeSupported()
H A Dtypes.cc129 type = Type::tuns8; in make_array_type()
681 inner = build_ctype (Type::tuns8); in visit()
H A Dd-codegen.cc1725 tree totype = build_ctype (Type::tuns8->pointerTo ()); in void_okay_p()
H A Dexpr.cc2700 tb = Type::tuns8->sarrayOf (((TypeSArray *) tb)->dim->toUInteger ()); in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c121 t1 = Type::tuns8; in toArgTypes()
H A Ddstruct.c760 telem = Type::tuns8->addMod(telem->mod); in fill()
H A Dmtype.h164 static Type *tuns8; variable
H A Dparse.c2835 case TOKuns8: ta = Type::tuns8; goto LabelX; in parseTemplateSingleArgument()
3077 case TOKuns8: t = Type::tuns8; goto LabelX; in parseBasicType()
6921 case TOKuns8: t = Type::tuns8; goto LabelX; in parsePrimaryExp()
H A Dmtype.c74 Type *Type::tuns8;
229 tuns8 = basic[Tuns8]; in _init()
4324 return tuns8->defaultInit(loc); in defaultInit()
4353 elementinit = tuns8->defaultInitLiteral(loc); in defaultInitLiteral()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc274 type = Type::tuns8; in isVectorTypeSupported()
H A Dtypes.cc174 type = Type::tuns8; in make_array_type()
814 inner = build_ctype (Type::tuns8); in visit()
H A Dd-codegen.cc1853 tree totype = build_ctype (Type::tuns8->pointerTo ()); in void_okay_p()
H A Dexpr.cc2642 tb = Type::tuns8->sarrayOf (tb->isTypeSArray ()->dim->toUInteger ()); in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d485 telem = Type.tuns8.addMod(telem.mod); in fill()
H A Dmtype.h159 static Type *tuns8; variable
H A Ddstruct.c760 telem = Type::tuns8->addMod(telem->mod); in fill()
H A Dcparse.d2377 case TKW.xunsigned | TKW.xchar: t = AST.Type.tuns8; break; in cparseDeclarationSpecifiers()
4593 return AST.Type.tuns8; in unsignedTypeForSize()
H A Dparse.c2835 case TOKuns8: ta = Type::tuns8; goto LabelX; in parseTemplateSingleArgument()
3077 case TOKuns8: t = Type::tuns8; goto LabelX; in parseBasicType()
6921 case TOKuns8: t = Type::tuns8; goto LabelX; in parsePrimaryExp()
H A Dmtype.d369 extern (C++) __gshared Type tuns8;
835 tuns8 = basic[Tuns8]; in _init()
3779 elementinit = tuns8.defaultInitLiteral(loc); in defaultInitLiteral()
H A Dmtype.c74 Type *Type::tuns8;
229 tuns8 = basic[Tuns8]; in _init()
4324 return tuns8->defaultInit(loc); in defaultInit()
4353 elementinit = tuns8->defaultInitLiteral(loc); in defaultInitLiteral()
H A Dparse.d1837 ta = AST.Type.tuns8; in parseTemplateSingleArgument()
3524 t = AST.Type.tuns8;
8057 t = AST.Type.tuns8; in parsePrimaryExp()
H A Dtypesem.d4725 return mt.tuns8.defaultInit(loc, isCfile); in visitSArray()