Home
last modified time | relevance | path

Searched refs:LEX_CHAR_PLUS (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h121 #define LEX_CHAR_PLUS 0x2B /* plus sign */ macro
123 #define LEX_CHAR_PLUS 0x2B /* plus */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp437 case LEX_CHAR_PLUS: in IsSyntaxCharacter()
748 case LEX_CHAR_PLUS: in ParseQuantifier()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp434 case LEX_CHAR_PLUS: in IsSyntaxCharacter()
727 case LEX_CHAR_PLUS: in ParseQuantifier()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp397 case LEX_CHAR_PLUS: in ScanSignOfNumber()
859 case LEX_CHAR_PLUS: { in ScanPlusPunctuator()
1337 case LEX_CHAR_PLUS: { in NextToken()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h118 inline constexpr char32_t LEX_CHAR_PLUS = 0x2B; /* plus sign */ member
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp410 case LEX_CHAR_PLUS: in ScanNumber()
882 case LEX_CHAR_PLUS: { in ScanPlusPunctuator()
1435 case LEX_CHAR_PLUS: { in NextToken()

Completed in 12 milliseconds