Home
last modified time | relevance | path

Searched refs:tdchar (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc112 libcall_types[type] = Type::tdchar; in get_libcall_type()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc113 libcall_types[type] = Type::tdchar; in get_libcall_type()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h183 static Type *tdchar; variable
H A Dparse.c2856 case TOKdchar: ta = Type::tdchar; goto LabelX; in parseTemplateSingleArgument()
3114 case TOKdchar: t = Type::tdchar; goto LabelX; in parseBasicType()
6877 e = new IntegerExp(loc, (d_uns32)token.uns64value, Type::tdchar); in parsePrimaryExp()
6942 case TOKdchar: t = Type::tdchar; goto LabelX; in parsePrimaryExp()
H A Dmtype.d390 extern (C++) __gshared Type tdchar;
859 tdchar = basic[Tdchar]; in _init()
870 tdstring = tdchar.immutableOf().arrayOf(); in _init()
H A Dparse.d1921 ta = AST.Type.tdchar; in parseTemplateSingleArgument()
3620 t = AST.Type.tdchar;
8006 e = new AST.IntegerExp(loc, token.unsvalue, AST.Type.tdchar); in parsePrimaryExp()
8141 t = AST.Type.tdchar; in parsePrimaryExp()
H A Ddcast.d2908 e1 = e1.castTo(sc, Type.tdchar); in typeMerge()
2909 e2 = e2.castTo(sc, Type.tdchar); in typeMerge()
H A Ddtoh.d376 case AST.Tdchar: return AST.Type.tdchar.constOf.pointerTo;
H A Dmtype.c98 Type *Type::tdchar;
253 tdchar = basic[Tdchar]; in _init()
264 tdstring = tdchar->immutableOf()->arrayOf(); in _init()
H A Dexpressionsem.c636 e->type = new TypeDArray(Type::tdchar->immutableOf()); in visit()
6258 exp->e2->implicitConvTo(Type::tdchar) in visit()
6261 exp->e2 = exp->e2->castTo(sc, Type::tdchar); in visit()
H A Dexpressionsem.d3002 e.type = Type.tdchar.immutableOf().arrayOf(); in visit()
10159 exp.e2.implicitConvTo(Type.tdchar)) in visit()
10162 exp = new CatDcharAssignExp(exp.loc, exp.type, exp.e1, exp.e2.castTo(sc, Type.tdchar)); in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h188 static Type *tdchar; variable
H A Dparse.c2856 case TOKdchar: ta = Type::tdchar; goto LabelX; in parseTemplateSingleArgument()
3114 case TOKdchar: t = Type::tdchar; goto LabelX; in parseBasicType()
6877 e = new IntegerExp(loc, (d_uns32)token.uns64value, Type::tdchar); in parsePrimaryExp()
6942 case TOKdchar: t = Type::tdchar; goto LabelX; in parsePrimaryExp()
H A Dmtype.c98 Type *Type::tdchar;
253 tdchar = basic[Tdchar]; in _init()
264 tdstring = tdchar->immutableOf()->arrayOf(); in _init()
H A Dexpressionsem.c636 e->type = new TypeDArray(Type::tdchar->immutableOf()); in visit()
6258 exp->e2->implicitConvTo(Type::tdchar) in visit()
6261 exp->e2 = exp->e2->castTo(sc, Type::tdchar); in visit()