Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.h259 [[nodiscard]] bool CheckTestOrSmartCastCondition(SmartCastTuple const &types);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1002 if (bool const cleanConsequent = types.has_value() ? CheckTestOrSmartCastCondition(*types) : true; in CheckTestSmartCastCondition()
1110 bool CheckerContext::CheckTestOrSmartCastCondition(SmartCastTuple const &types) in CheckTestOrSmartCastCondition() function in ark::es2panda::checker::CheckerContext

Completed in 5 milliseconds