Searched defs:BUILTIN_TYPE (Results 1 – 3 of 3) sorted by relevance
62 BUILTIN_TYPE = BUILTIN_STRING | BUILTIN_BIGINT | UNBOXABLE_TYPE, enumerator
123 …static constexpr uint32_t BUILTIN_TYPE = (1 << 31); // 31 : the 31-th bit is set implies builtin t… variable
157 BUILTIN_TYPE = 1ULL << 31ULL, enumerator