Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedInt (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp71 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp210 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h810 eBasicTypeUnsignedInt, enumerator
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig585 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp976 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1028 .. py:data:: eBasicTypeUnsignedInt
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp827 {"unsigned int", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
828 {"unsigned", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
2029 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5532 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81595 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", (lldb::eBasicTypeUnsignedInt))},