Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp422 (eType == lldb::eBasicTypeLong) || (eType == lldb::eBasicTypeUnsignedLong) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h666 eBasicTypeUnsignedLong, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp668 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()
HDClangASTType.cpp2681 case clang::BuiltinType::ULong: return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()