Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedInt (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp67 return ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedInt); in GetClangTypeForFormat()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp421 (eType == lldb::eBasicTypeInt) || (eType == lldb::eBasicTypeUnsignedInt) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h664 eBasicTypeUnsignedInt, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp662 g_type_map.Append(ConstString("unsigned int").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
663 g_type_map.Append(ConstString("unsigned").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
770 case eBasicTypeUnsignedInt: in GetBasicType()
HDClangASTType.cpp2679 case clang::BuiltinType::UInt: return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()