Home
last modified time | relevance | path

Searched refs:tshiftcnt (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h186 static Type *tshiftcnt; variable
H A Doptimize.c910 shift = shift->castTo(NULL, Type::tshiftcnt); in Expression_optimize()
H A Dexpressionsem.c2309 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7224 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7259 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7294 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
H A Dmtype.d393 extern (C++) __gshared Type tshiftcnt;
861 tshiftcnt = tint32; in _init()
H A Dexpressionsem.d5902 exp.e2 = exp.e2.castTo(sc, Type.tshiftcnt); in visit()
11059 exp.e2 = exp.e2.castTo(sc, Type.tshiftcnt); in visit()
11095 exp.e2 = exp.e2.castTo(sc, Type.tshiftcnt); in visit()
11131 exp.e2 = exp.e2.castTo(sc, Type.tshiftcnt); in visit()
H A Dmtype.c100 Type *Type::tshiftcnt;
255 tshiftcnt = tint32; in _init()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h191 static Type *tshiftcnt; variable
H A Doptimize.c910 shift = shift->castTo(NULL, Type::tshiftcnt); in Expression_optimize()
H A Dexpressionsem.c2309 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7224 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7259 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
7294 exp->e2 = exp->e2->castTo(sc, Type::tshiftcnt); in visit()
H A Dmtype.c100 Type *Type::tshiftcnt;
255 tshiftcnt = tint32; in _init()