Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h134 static bool IsBinaryToken(TokenType type); in DEFINE_BITOPS()
Dtoken.cpp123 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken() function in panda::es2panda::lexer::Token
/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dtoken.h139 static bool IsBinaryToken(TokenType type);
Dtoken.cpp123 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken() function in ark::es2panda::lexer::Token
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1167 ASSERT(operatorType == lexer::TokenType::KEYW_AS || lexer::Token::IsBinaryToken(operatorType)); in GetOperatorPrecedence()
1307 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in ParseBinaryExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1182 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in GetOperatorPrecedence()
1261 ASSERT(lexer::Token::IsBinaryToken(operatorType)); in ParseBinaryExpression()