Searched defs:LEX_CHAR_PLUS (Results 1 – 2 of 2) sorted by relevance
121 #define LEX_CHAR_PLUS 0x2B /* plus sign */ macro123 #define LEX_CHAR_PLUS 0x2B /* plus */ macro
126 inline constexpr char32_t LEX_CHAR_PLUS = 0x2B; /* plus sign */ variable