Searched refs:eBasicTypeUnsignedInt (Results 1 – 7 of 7) sorted by relevance
67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
755 eBasicTypeUnsignedInt, enumerator
739 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
571 if basic_type == eBasicTypeUnsignedInt: return (True,False)
1025 .. py:data:: eBasicTypeUnsignedInt
893 g_type_map.Append(ConstString("unsigned int"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()894 g_type_map.Append(ConstString("unsigned"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()2031 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()5471 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
71023 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", lldb::eBasicTypeUnsignedInt)},