Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedShort (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h575 eBasicTypeUnsignedShort, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp628 g_type_map.Append(ConstString("unsigned short").GetCString(), eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
629 … g_type_map.Append(ConstString("unsigned short int").GetCString(), eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
736 case eBasicTypeUnsignedShort: in GetBasicType()
DClangASTType.cpp2268 case clang::BuiltinType::UShort: return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()