Searched refs:eBasicTypeUnsignedLong (Results 1 – 4 of 4) sorted by relevance
422 (eType == lldb::eBasicTypeLong) || (eType == lldb::eBasicTypeUnsignedLong) || in IsIntegerType()
666 eBasicTypeUnsignedLong, enumerator
668 g_type_map.Append(ConstString("unsigned long").GetCString(), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()669 … g_type_map.Append(ConstString("unsigned long int").GetCString(), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()776 case eBasicTypeUnsignedLong: in GetBasicType()
2681 case clang::BuiltinType::ULong: return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()