Searched refs:CheckBinarySmartCastCondition (Results 1 – 3 of 3) sorted by relevance
233 void CheckBinarySmartCastCondition(ir::BinaryExpression *binaryExpression) noexcept;
303 void CheckerContext::CheckBinarySmartCastCondition(ir::BinaryExpression *const binaryExpression) no… in CheckBinarySmartCastCondition() function in ark::es2panda::checker::CheckerContext
871 checker->Context().CheckBinarySmartCastCondition(expr); in Check()