Home
last modified time | relevance | path

Searched refs:tptrdiff_t (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc143 Type::tptrdiff_t = Type::basic[(int)TY::Tint64]; in _init()
148 Type::tptrdiff_t = Type::basic[(int)TY::Tint32]; in _init()
153 Type::tptrdiff_t = Type::basic[(int)TY::Tint16]; in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc169 Type::tptrdiff_t = Type::basic[Tptrdiff_t]; in _init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h196 static Type *tptrdiff_t; // matches ptrdiff_t alias variable
H A Dtraits.d1880 return new IntegerExp(e.loc, fd.vtblIndex, Type.tptrdiff_t); in semanticTraits()
H A Ddcast.d2752 Type t = Type.tptrdiff_t; in scaleFactor()
2766 Type t = Type.tptrdiff_t; in scaleFactor()
H A Dmtype.d403 extern (C++) __gshared Type tptrdiff_t; // matches ptrdiff_t alias
875 tptrdiff_t = basic[isLP64 ? Tint64 : Tint32]; in _init()
H A Dexpressionsem.d10413 exp.type = Type.tptrdiff_t; in visit()
10417 e = new IntegerExp(exp.loc, 0, Type.tptrdiff_t); in visit()
10423 … e = new DivExp(exp.loc, exp, new IntegerExp(Loc.initial, stride, Type.tptrdiff_t)); in visit()
10424 e.type = Type.tptrdiff_t; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h201 static Type *tptrdiff_t; // matches ptrdiff_t alias variable
H A Dtraits.c1468 return new IntegerExp(e->loc, fd->vtblIndex, Type::tptrdiff_t); in semanticTraits()
H A Ddcast.c2501 Type *t = Type::tptrdiff_t; in scaleFactor()
2515 Type *t = Type::tptrdiff_t; in scaleFactor()
H A Dexpressionsem.c6519 exp->type = Type::tptrdiff_t; in visit()
6523 e = new IntegerExp(exp->loc, 0, Type::tptrdiff_t); in visit()
6527 e = new DivExp(exp->loc, exp, new IntegerExp(Loc(), stride, Type::tptrdiff_t)); in visit()
6528 e->type = Type::tptrdiff_t; in visit()
H A Dmtype.c105 Type *Type::tptrdiff_t;
279 tptrdiff_t = basic[Tptrdiff_t]; in _init()