Home
last modified time | relevance | path

Searched defs:isBitwise (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DarithmeticOperationValid.cpp40 bool isBitwise = ast->AsBinaryExpression()->IsBitwise(); in operator ()() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp67 bool IsValidTypeForBinaryOp(const ir::AstNode *ast, bool isBitwise) in IsValidTypeForBinaryOp()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp1010 const bool isBitwise = op == lexer::TokenType::PUNCTUATOR_BITWISE_AND || in CheckNumericOperatorContext() local