Home
last modified time | relevance | path

Searched refs:CastNumericObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp542 CastNumericObject(relation, unboxedTarget); in TryCastUnboxable()
554 bool ETSObjectType::CastNumericObject(TypeRelation *const relation, Type *const target) in CastNumericObject() function in ark::es2panda::checker::ETSObjectType
591 if (CastNumericObject(relation, target)) { in Cast()
DetsObjectType.h391 bool CastNumericObject(TypeRelation *relation, Type *target);