Home
last modified time | relevance | path

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

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