Searched refs:fromVal (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | ctfe.h | 213 Expression *paintFloatInt(UnionExp *pue, Expression *fromVal, Type *to);
|
H A D | ctfeexpr.c | 1002 Expression *paintFloatInt(UnionExp *pue, Expression *fromVal, Type *to) in paintFloatInt() argument 1004 if (exceptionOrCantInterpret(fromVal)) in paintFloatInt() 1005 return fromVal; in paintFloatInt() 1008 return Compiler::paintAsType(pue, fromVal, to); in paintFloatInt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ctfeexpr.d | 1005 Expression paintFloatInt(UnionExp* pue, Expression fromVal, Type to) in paintFloatInt() argument 1007 if (exceptionOrCantInterpret(fromVal)) in paintFloatInt() 1008 return fromVal; in paintFloatInt() 1010 return Compiler.paintAsType(pue, fromVal, to); in paintFloatInt()
|