Home
last modified time | relevance | path

Searched refs:totype (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_config.h59 #define MIR_CAST_TO(var, totype) ((totype)(var))
118 #define MIR_CAST_TO(var, totype) static_cast<totype>(var)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp882 static bool FloatToIntOverflow(float fval, PrimType totype) in FloatToIntOverflow() argument
891 if (totype == PTY_i64 || totype == PTY_u64) { in FloatToIntOverflow()
903 static bool DoubleToIntOverflow(double dval, PrimType totype) in DoubleToIntOverflow() argument
912 if (totype == PTY_i64 || totype == PTY_u64) { in DoubleToIntOverflow()

Completed in 4 milliseconds