Home
last modified time | relevance | path

Searched refs:isFloatIntPaint (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h210 bool isFloatIntPaint(Type *to, Type *from);
H A Dctfeexpr.c994 bool isFloatIntPaint(Type *to, Type *from) in isFloatIntPaint() function
H A Ddinterpret.c5904 … if (soe->offset == 0 && soe->var->isVarDeclaration() && isFloatIntPaint(e->type, soe->var->type)) in visit()
5920 if (isFloatIntPaint(e->type, x->type)) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d999 bool isFloatIntPaint(Type to, Type from) in isFloatIntPaint() function
H A Ddinterpret.d6075 … if (soe1.offset == 0 && soe1.var.isVarDeclaration() && isFloatIntPaint(e.type, soe1.var.type)) in visit()
6087 if (isFloatIntPaint(e.type, x.type)) in visit()