Home
last modified time | relevance | path

Searched refs:CheckBinarySmartCastCondition (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.h233 void CheckBinarySmartCastCondition(ir::BinaryExpression *binaryExpression) noexcept;
DcheckerContext.cpp303 void CheckerContext::CheckBinarySmartCastCondition(ir::BinaryExpression *const binaryExpression) no… in CheckBinarySmartCastCondition() function in ark::es2panda::checker::CheckerContext
DETSAnalyzer.cpp871 checker->Context().CheckBinarySmartCastCondition(expr); in Check()