Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp420 return ((eType == lldb::eBasicTypeShort) || (eType == lldb::eBasicTypeUnsignedShort) || in IsIntegerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h661 eBasicTypeShort, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp654 g_type_map.Append(ConstString("short").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()
655 g_type_map.Append(ConstString("short int").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()
761 case eBasicTypeShort: in GetBasicType()
HDClangASTType.cpp2676 case clang::BuiltinType::Short: return eBasicTypeShort; in GetBasicTypeEnumeration()