Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp198 case lldb::eBasicTypeUnsignedChar: in GetSimpleValueChar()
238 case lldb::eBasicTypeUnsignedChar: in GetSimpleValueCStringPointer()
281 case lldb::eBasicTypeUnsignedChar: in GetSimpleValueCStringArray()
376 case lldb::eBasicTypeUnsignedChar: in IsCharType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h655 eBasicTypeUnsignedChar, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp649 g_type_map.Append(ConstString("unsigned char").GetCString(), eBasicTypeUnsignedChar); in GetBasicTypeEnumeration()
743 case eBasicTypeUnsignedChar: in GetBasicType()
HDClangASTType.cpp2669 case clang::BuiltinType::Char_U: return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()
2672 case clang::BuiltinType::UChar: return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()