Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h137 #define LEX_CHAR_VLINE 0x7C /* vertical line */ macro
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp107 if (Peek() != LEX_CHAR_VLINE) { in ParseDisjunction()
207 case LEX_CHAR_VLINE: { in ParseAlternatives()
438 case LEX_CHAR_VLINE: { in IsSyntaxCharacter()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp811 case LEX_CHAR_VLINE: { in ScanVLinePunctuator()
1591 case LEX_CHAR_VLINE: { in NextToken()