Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedInt128 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp424 (eType == lldb::eBasicTypeInt128) || (eType == lldb::eBasicTypeUnsignedInt128)); in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h670 eBasicTypeUnsignedInt128, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp679 g_type_map.Append(ConstString("__uint128_t").GetCString(), eBasicTypeUnsignedInt128); in GetBasicTypeEnumeration()
788 case eBasicTypeUnsignedInt128: in GetBasicType()
HDClangASTType.cpp2685 case clang::BuiltinType::UInt128: return eBasicTypeUnsignedInt128; in GetBasicTypeEnumeration()