Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c93 t1 = Type::tfloat64; in toArgTypes()
102 t1 = Type::tfloat64; in toArgTypes()
105 t1 = Type::tfloat64; in toArgTypes()
106 t2 = Type::tfloat64; in toArgTypes()
111 t1 = Type::tfloat64; in toArgTypes()
112 t2 = Type::tfloat64; in toArgTypes()
234 return Type::tfloat64; in toArgTypes()
H A Dmtype.c84 Type *Type::tfloat64;
239 tfloat64 = basic[Tfloat64]; in _init()
2504 rt = Type::tfloat64; break; in checkComplexTransition()
3435 case Tcomplex64: t = tfloat64; goto L1; in dotExp()
3447 case Timaginary64: t = tfloat64; goto L2; in dotExp()
3464 case Tcomplex64: t = timaginary64; t2 = tfloat64; goto L3; in dotExp()
3472 case Timaginary64: t = tfloat64; goto L4; in dotExp()
H A Dmtype.h174 static Type *tfloat64; variable
H A Dparse.c2845 case TOKfloat64: ta = Type::tfloat64; goto LabelX; in parseTemplateSingleArgument()
3103 case TOKfloat64: t = Type::tfloat64; goto LabelX; in parseBasicType()
6783 e = new RealExp(loc, token.floatvalue, Type::tfloat64); in parsePrimaryExp()
6931 case TOKfloat64: t = Type::tfloat64; goto LabelX; in parsePrimaryExp()
H A Dexpression.c1723 arg = arg->castTo(sc, Type::tfloat64); in functionParameters()
5078 case Timaginary64: t2 = Type::tfloat64; break; in checkOpAssignTypes()
5108 case Timaginary64: t3 = Type::tfloat64; break; in checkOpAssignTypes()
H A Dexpressionsem.c269 e->type = Type::tfloat64; in visit()
6862 exp->type = Type::tfloat64; in visit()
6971 exp->type = Type::tfloat64; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h169 static Type *tfloat64; variable
H A Dcparse.d704 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat64); in cparsePrimaryExp()
2414 case TKW.xdouble: t = AST.Type.tfloat64; break; in cparseDeclarationSpecifiers()
4628 … case RTFlags.realfloat: return long_doublesize == 8 ? AST.Type.tfloat64 : AST.Type.tfloat80; in realType()
H A Dtypesem.d3451 t = mt.tfloat64; in dotExp()
3471 t = mt.tfloat64; in dotExp()
3498 t2 = mt.tfloat64; in dotExp()
3515 t = mt.tfloat64; in dotExp()
H A Dmtype.d379 extern (C++) __gshared Type tfloat64;
845 tfloat64 = basic[Tfloat64]; in _init()
2630 rt = Type.tfloat64; in checkComplexTransition()
H A Dcppmangle.d1739 return Type.tfloat64.accept(this); in visit()
H A Dparse.d1877 ta = AST.Type.tfloat64; in parseTemplateSingleArgument()
3576 t = AST.Type.tfloat64;
7918 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat64); in parsePrimaryExp()
8097 t = AST.Type.tfloat64; in parsePrimaryExp()
H A Dexpression.d4425 t2 = Type.tfloat64; in checkOpAssignTypes()
4464 t3 = Type.tfloat64; in checkOpAssignTypes()
H A Dexpressionsem.d2128 arg = arg.castTo(sc, Type.tfloat64); in functionParameters()
2564 e.type = Type.tfloat64; in visit()
10754 exp.type = Type.tfloat64; in visit()
10863 exp.type = Type.tfloat64; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2543 tnext = (TypeBasic *) Type::tfloat64; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc2606 tnext = (TypeBasic *) Type::tfloat64; in visit()