Home
last modified time | relevance | path

Searched refs:fromVal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h213 Expression *paintFloatInt(UnionExp *pue, Expression *fromVal, Type *to);
H A Dctfeexpr.c1002 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 Dctfeexpr.d1005 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()