Home
last modified time | relevance | path

Searched refs:IsBinaryToken (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h121 static bool IsBinaryToken(TokenType type); in DEFINE_BITOPS()
Dtoken.cpp117 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken() function in panda::es2panda::lexer::Token
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1148 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in GetOperatorPrecedence()
1227 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in ParseBinaryExpression()