Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c97 t1 = Type::tfloat80; in toArgTypes()
116 t1 = Type::tfloat80; in toArgTypes()
117 t2 = Type::tfloat80; in toArgTypes()
H A Dmtype.c85 Type *Type::tfloat80;
240 tfloat80 = basic[Tfloat80]; in _init()
2507 rt = Type::tfloat80; break; in checkComplexTransition()
3436 case Tcomplex80: t = tfloat80; goto L1; in dotExp()
3448 case Timaginary80: t = tfloat80; goto L2; in dotExp()
3465 case Tcomplex80: t = timaginary80; t2 = tfloat80; goto L3; in dotExp()
3473 case Timaginary80: t = tfloat80; goto L4; in dotExp()
H A Dparse.c2846 case TOKfloat80: ta = Type::tfloat80; goto LabelX; in parseTemplateSingleArgument()
3093 t = Type::tfloat80; in parseBasicType()
3104 case TOKfloat80: t = Type::tfloat80; goto LabelX; in parseBasicType()
6788 e = new RealExp(loc, token.floatvalue, Type::tfloat80); in parsePrimaryExp()
6932 case TOKfloat80: t = Type::tfloat80; goto LabelX; in parsePrimaryExp()
H A Dmtype.h175 static Type *tfloat80; variable
H A Dexpression.c5079 case Timaginary80: t2 = Type::tfloat80; break; in checkOpAssignTypes()
5109 case Timaginary80: t3 = Type::tfloat80; break; in checkOpAssignTypes()
H A Dexpressionsem.c6866 exp->type = Type::tfloat80; in visit()
6975 exp->type = Type::tfloat80; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d709 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat80); in cparsePrimaryExp()
4613 if (long_doublesize == AST.Type.tfloat80.size()) in realType()
4619 case RTFlags.realfloat: return AST.Type.tfloat80; in realType()
4628 … case RTFlags.realfloat: return long_doublesize == 8 ? AST.Type.tfloat64 : AST.Type.tfloat80; in realType()
H A Dmtype.h170 static Type *tfloat80; variable
H A Dtypesem.d3455 t = mt.tfloat80; in dotExp()
3475 t = mt.tfloat80; in dotExp()
3503 t2 = mt.tfloat80; in dotExp()
3519 t = mt.tfloat80; in dotExp()
H A Dparse.d1881 ta = AST.Type.tfloat80; in parseTemplateSingleArgument()
3554 t = AST.Type.tfloat80;
3580 t = AST.Type.tfloat80;
7923 e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat80); in parsePrimaryExp()
8101 t = AST.Type.tfloat80; in parsePrimaryExp()
H A Dmtype.d380 extern (C++) __gshared Type tfloat80;
846 tfloat80 = basic[Tfloat80]; in _init()
2635 rt = Type.tfloat80; in checkComplexTransition()
H A Dcppmangle.d1742 return Type.tfloat80.accept(this); in visit()
H A Dexpression.d4429 t2 = Type.tfloat80; in checkOpAssignTypes()
4468 t3 = Type.tfloat80; in checkOpAssignTypes()
H A Dexpressionsem.d10758 exp.type = Type.tfloat80; in visit()
10867 exp.type = Type.tfloat80; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2547 tnext = (TypeBasic *) Type::tfloat80; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc2610 tnext = (TypeBasic *) Type::tfloat80; in visit()