Searched refs:IsBinaryToken (Results 1 – 3 of 3) sorted by relevance
121 static bool IsBinaryToken(TokenType type); in DEFINE_BITOPS()
117 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken() function in panda::es2panda::lexer::Token
1148 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in GetOperatorPrecedence()1227 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in ParseBinaryExpression()