Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h754 eBasicTypeUnsignedChar, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp97 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeUnsignedChar), in TEST_F()
119 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedChar), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp834 return lldb::eBasicTypeUnsignedChar; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig562 if basic_type == eBasicTypeUnsignedChar: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1016 .. py:data:: eBasicTypeUnsignedChar
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp868 g_type_map.Append(ConstString("unsigned char"), eBasicTypeUnsignedChar); in GetBasicTypeEnumeration()
2017 case eBasicTypeUnsignedChar: in GetOpaqueCompilerType()
5490 return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()
5498 return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()