Home
last modified time | relevance | path

Searched defs:totype (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_config.h58 #define MIR_CAST_TO(var, totype) ((totype)(var)) argument
117 #define MIR_CAST_TO(var, totype) static_cast<totype>(var) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp872 static bool FloatToIntOverflow(float fval, PrimType totype) in FloatToIntOverflow()
893 static bool DoubleToIntOverflow(double dval, PrimType totype) in DoubleToIntOverflow()