Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h800 eBasicTypeUnsignedChar, enumerator
/src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp384 case lldb::eBasicTypeUnsignedChar: in IsPromotableIntegerType()
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig575 if basic_type == eBasicTypeUnsignedChar: return (True,False)
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp932 return lldb::eBasicTypeUnsignedChar; in GetCompilerTypeForSimpleKind()
/src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1018 .. py:data:: eBasicTypeUnsignedChar
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp813 {"unsigned char", eBasicTypeUnsignedChar}, in GetBasicTypeEnumeration()
2009 case eBasicTypeUnsignedChar: in GetOpaqueCompilerType()
5510 return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()
5518 return eBasicTypeUnsignedChar; in GetBasicTypeEnumeration()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81585 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedChar", (lldb::eBasicTypeUnsignedChar))},