Searched defs:isBitwise (Results 1 – 3 of 3) sorted by relevance
40 bool isBitwise = ast->AsBinaryExpression()->IsBitwise(); in operator ()() local
67 bool IsValidTypeForBinaryOp(const ir::AstNode *ast, bool isBitwise) in IsValidTypeForBinaryOp()
1010 const bool isBitwise = op == lexer::TokenType::PUNCTUATOR_BITWISE_AND || in CheckNumericOperatorContext() local