Home
last modified time | relevance | path

Searched defs:isCondExpr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp380 const bool isCondExpr) in ApplyUnaryOperatorPromotion()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2594 const auto isCondExpr = expr->OperatorType() == lexer::TokenType::PUNCTUATOR_EXCLAMATION_MARK; in Check() local