Searched defs:NUMBER_BIGINT (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/lexer/token/ | ||
| D | token.h | 34 NUMBER_BIGINT = 1U << 3U, enumerator |
| /arkcompiler/ets_frontend/es2panda/lexer/token/ | ||
| D | token.h | 31 NUMBER_BIGINT = (1 << 3), enumerator |