Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h121 #define LEX_CHAR_PLUS 0x2B /* plus sign */ macro
123 #define LEX_CHAR_PLUS 0x2B /* plus */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dletters.h126 inline constexpr char32_t LEX_CHAR_PLUS = 0x2B; /* plus sign */ variable