Searched refs:tptrdiff_t (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-target.cc | 143 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 D | d-target.cc | 169 Type::tptrdiff_t = Type::basic[Tptrdiff_t]; in _init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 196 static Type *tptrdiff_t; // matches ptrdiff_t alias variable
|
H A D | traits.d | 1880 return new IntegerExp(e.loc, fd.vtblIndex, Type.tptrdiff_t); in semanticTraits()
|
H A D | dcast.d | 2752 Type t = Type.tptrdiff_t; in scaleFactor() 2766 Type t = Type.tptrdiff_t; in scaleFactor()
|
H A D | mtype.d | 403 extern (C++) __gshared Type tptrdiff_t; // matches ptrdiff_t alias 875 tptrdiff_t = basic[isLP64 ? Tint64 : Tint32]; in _init()
|
H A D | expressionsem.d | 10413 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 D | mtype.h | 201 static Type *tptrdiff_t; // matches ptrdiff_t alias variable
|
H A D | traits.c | 1468 return new IntegerExp(e->loc, fd->vtblIndex, Type::tptrdiff_t); in semanticTraits()
|
H A D | dcast.c | 2501 Type *t = Type::tptrdiff_t; in scaleFactor() 2515 Type *t = Type::tptrdiff_t; in scaleFactor()
|
H A D | expressionsem.c | 6519 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 D | mtype.c | 105 Type *Type::tptrdiff_t; 279 tptrdiff_t = basic[Tptrdiff_t]; in _init()
|