Home
last modified time | relevance | path

Searched refs:tfloat32 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c89 t1 = Type::tfloat32; in toArgTypes()
H A Dmtype.c83 Type *Type::tfloat32;
238 tfloat32 = basic[Tfloat32]; in _init()
2501 rt = Type::tfloat32; break; in checkComplexTransition()
3434 case Tcomplex32: t = tfloat32; goto L1; in dotExp()
3446 case Timaginary32: t = tfloat32; goto L2; in dotExp()
3463 case Tcomplex32: t = timaginary32; t2 = tfloat32; goto L3; in dotExp()
3471 case Timaginary32: t = tfloat32; goto L4; in dotExp()
H A Dmtype.h173 static Type *tfloat32; variable
H A Dparse.c2844 case TOKfloat32: ta = Type::tfloat32; goto LabelX; in parseTemplateSingleArgument()
3102 case TOKfloat32: t = Type::tfloat32; goto LabelX; in parseBasicType()
6778 e = new RealExp(loc, token.floatvalue, Type::tfloat32); in parsePrimaryExp()
6930 case TOKfloat32: t = Type::tfloat32; goto LabelX; in parsePrimaryExp()
H A Dexpression.c5077 case Timaginary32: t2 = Type::tfloat32; break; in checkOpAssignTypes()
5107 case Timaginary32: t3 = Type::tfloat32; break; in checkOpAssignTypes()
H A Dexpressionsem.c6858 exp->type = Type::tfloat32; in visit()
6967 exp->type = Type::tfloat32; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h168 static Type *tfloat32; variable
H A Dtypesem.d3447 t = mt.tfloat32; in dotExp()
3467 t = mt.tfloat32; in dotExp()
3493 t2 = mt.tfloat32; in dotExp()
3511 t = mt.tfloat32; in dotExp()
H A Dcparse.d699 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat32); in cparsePrimaryExp()
2413 case TKW.xfloat: t = AST.Type.tfloat32; break; in cparseDeclarationSpecifiers()
H A Dmtype.d378 extern (C++) __gshared Type tfloat32;
844 tfloat32 = basic[Tfloat32]; in _init()
2625 rt = Type.tfloat32; in checkComplexTransition()
H A Dcppmangle.d1736 return Type.tfloat32.accept(this); in visit()
H A Dparse.d1873 ta = AST.Type.tfloat32; in parseTemplateSingleArgument()
3572 t = AST.Type.tfloat32;
7913 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat32); in parsePrimaryExp()
8093 t = AST.Type.tfloat32; in parsePrimaryExp()
H A Dexpression.d4421 t2 = Type.tfloat32; in checkOpAssignTypes()
4460 t3 = Type.tfloat32; in checkOpAssignTypes()
H A Dexpressionsem.d10750 exp.type = Type.tfloat32; in visit()
10859 exp.type = Type.tfloat32; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2539 tnext = (TypeBasic *) Type::tfloat32; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc2602 tnext = (TypeBasic *) Type::tfloat32; in visit()