Searched refs:IsUInt (Results 1 – 1 of 1) sorted by relevance
345 bool IsUInt() const { return type_ == TYPE_UINT|| in IsUInt() function347 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint()461 } else if (IsUInt()) { in ToString()