Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp107 if (Peek() != LEX_CHAR_VLINE) { in ParseDisjunction()
211 case LEX_CHAR_VLINE: { in ParseAlternatives()
442 case LEX_CHAR_VLINE: { in IsSyntaxCharacter()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp108 if (Peek() != LEX_CHAR_VLINE) { in ParseDisjunction()
208 case LEX_CHAR_VLINE: { in ParseAlternatives()
439 case LEX_CHAR_VLINE: { in IsSyntaxCharacter()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h137 #define LEX_CHAR_VLINE 0x7C /* vertical line */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h133 inline constexpr char32_t LEX_CHAR_VLINE = 0x7C; /* vertical line */ member
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp810 case LEX_CHAR_VLINE: { in ScanVLinePunctuator()
1509 case LEX_CHAR_VLINE: { in NextToken()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp833 case LEX_CHAR_VLINE: { in ScanVLinePunctuator()
1657 case LEX_CHAR_VLINE: { in NextToken()

Completed in 10 milliseconds