Home
last modified time | relevance | path

Searched refs:eBasicTypeInt128 (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.h669 eBasicTypeInt128, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp678 g_type_map.Append(ConstString("__int128_t").GetCString(), eBasicTypeInt128); in GetBasicTypeEnumeration()
785 case eBasicTypeInt128: in GetBasicType()
HDClangASTType.cpp2684 case clang::BuiltinType::Int128: return eBasicTypeInt128; in GetBasicTypeEnumeration()