Home
last modified time | relevance | path

Searched refs:PUNCTUATOR_BITWISE_AND (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
DtokenType.h38 PUNCTUATOR_BITWISE_AND, enumerator
Dtoken.cpp146 case TokenType::PUNCTUATOR_BITWISE_AND: in TokenToString()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp112 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp37 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: in CheckBinaryOperator()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp163 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: { in EvaluateBinaryExpression()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp775 GetToken().type_ = TokenType::PUNCTUATOR_BITWISE_AND; in ScanAmpersandPunctuator()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp765 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: in ParseAssignmentExpression()
1168 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: { in GetOperatorPrecedence()
DparserImpl.cpp533 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: { in ParseTsTypeAnnotationElement()
1680 if (lexer_->GetToken().Type() != lexer::TokenType::PUNCTUATOR_BITWISE_AND) { in ParseTsIntersectionType()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp970 case lexer::TokenType::PUNCTUATOR_BITWISE_AND: in Binary()