Home
last modified time | relevance | path

Searched defs:LEX_CHAR_EXCLAMATION (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dletters.h112 inline constexpr char32_t LEX_CHAR_EXCLAMATION = 0x21; /* exclamation mark */ variable
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h115 #define LEX_CHAR_EXCLAMATION 0x21 /* exclamation mark */ macro