Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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"},
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp203 format = eFormatUnsigned; in ParserGDBFormatLetter()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h178 eFormatUnsigned, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp165 case eFormatUnsigned: in FinalizeSettings()
1520 case eFormatUnsigned: in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp511 case eFormatUnsigned: in DumpDataExtractor()
H A DValueObject.cpp1067 my_format = eFormatUnsigned; in GetValueAsCString()
1299 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5723 return eFormatUnsigned; in FormatForChar()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5229 return qual_type->isUnsignedIntegerType() ? lldb::eFormatUnsigned in GetFormat()
5255 return lldb::eFormatUnsigned; in GetFormat()
5259 return lldb::eFormatUnsigned; in GetFormat()
5263 return lldb::eFormatUnsigned; in GetFormat()
5267 return lldb::eFormatUnsigned; in GetFormat()
5271 return lldb::eFormatUnsigned; in GetFormat()
9125 case eFormatUnsigned: in DumpTypeValue()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst302 .. py:data:: eFormatUnsigned