Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h753 eBasicTypeSignedChar, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp95 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeSignedChar), in TEST_F()
117 EXPECT_EQ(GetBasicQualType(eBasicTypeSignedChar), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp839 return lldb::eBasicTypeSignedChar; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig561 if basic_type == eBasicTypeSignedChar: return (True,True)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1015 .. py:data:: eBasicTypeSignedChar
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp867 g_type_map.Append(ConstString("signed char"), eBasicTypeSignedChar); in GetBasicTypeEnumeration()
2015 case eBasicTypeSignedChar: in GetOpaqueCompilerType()
5488 return eBasicTypeSignedChar; in GetBasicTypeEnumeration()
5500 return eBasicTypeSignedChar; in GetBasicTypeEnumeration()