Home
last modified time | relevance | path

Searched refs:eFormatUnsigned (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp69 case lldb::eFormatUnsigned: in GetCompilerTypeForFormat()
146 return lldb::eFormatUnsigned; in GetItemFormatForFormat()
H A DFormatManager.cpp52 {eFormatUnsigned, 'u', "unsigned decimal"},
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp203 format = eFormatUnsigned; in ParserGDBFormatLetter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h178 eFormatUnsigned, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp165 case eFormatUnsigned: in FinalizeSettings()
1503 case eFormatUnsigned: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp511 case eFormatUnsigned: in DumpDataExtractor()
H A DValueObject.cpp1011 my_format = eFormatUnsigned; in GetValueAsCString()
1253 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5743 return eFormatUnsigned; in FormatForChar()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5112 return qual_type->isUnsignedIntegerType() ? lldb::eFormatUnsigned in GetFormat()
5138 return lldb::eFormatUnsigned; in GetFormat()
5142 return lldb::eFormatUnsigned; in GetFormat()
5146 return lldb::eFormatUnsigned; in GetFormat()
5150 return lldb::eFormatUnsigned; in GetFormat()
5154 return lldb::eFormatUnsigned; in GetFormat()
8626 case eFormatUnsigned: in DumpTypeValue()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst302 .. py:data:: eFormatUnsigned
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77867 {SWIG_LUA_CONSTTAB_INT("eFormatUnsigned", lldb::eFormatUnsigned)},