Home
last modified time | relevance | path

Searched refs:outOfRange (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option_parser.cpp210 return RetCode::outOfRange; in ParseDigit()
214 return RetCode::outOfRange; in ParseDigit()
218 return RetCode::outOfRange; in ParseDigit()
222 return RetCode::outOfRange; in ParseDigit()
226 return RetCode::outOfRange; in ParseDigit()
230 return RetCode::outOfRange; in ParseDigit()
234 return RetCode::outOfRange; in ParseDigit()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h191 bool outOfRange = false; variable
193 outOfRange = tmp < static_cast<Tret>(std::numeric_limits<int>::min()) || in onstexpr()
199 } else if (errno == ERANGE || outOfRange) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_parser.h35 outOfRange, member in maplecl::RetCode
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp378 ASSERT_EQ(badArgs[0].second, maplecl::RetCode::outOfRange); in TEST()
400 ASSERT_EQ(badArgs[0].second, maplecl::RetCode::outOfRange); in TEST()
402 ASSERT_EQ(badArgs[2].second, maplecl::RetCode::outOfRange); in TEST()
404 ASSERT_EQ(badArgs[4].second, maplecl::RetCode::outOfRange); in TEST()
422 ASSERT_EQ(badArgs[0].second, maplecl::RetCode::outOfRange); in TEST()
440 ASSERT_EQ(badArgs[0].second, maplecl::RetCode::outOfRange); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp339 GateRef outOfRange = BitOr(Int32LessThan(msgValue, Int32(base::MIN_RADIX)), in ToString() local
341 BRANCH(outOfRange, &throwError, &notThrowError); in ToString()

Completed in 5 milliseconds