Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp70 case lldb::eFormatUnsigned: in GetCompilerTypeForFormat()
147 return lldb::eFormatUnsigned; in GetItemFormatForFormat()
H A DFormatManager.cpp53 {eFormatUnsigned, 'u', "unsigned decimal"},
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp204 format = eFormatUnsigned; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h181 eFormatUnsigned, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp165 case eFormatUnsigned: in FinalizeSettings()
1476 case eFormatUnsigned: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp512 case eFormatUnsigned: in DumpDataExtractor()
H A DIOHandlerCursesGUI.cpp5745 return eFormatUnsigned; in FormatForChar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5181 return qual_type->isUnsignedIntegerType() ? lldb::eFormatUnsigned in GetFormat()
5207 return lldb::eFormatUnsigned; in GetFormat()
5211 return lldb::eFormatUnsigned; in GetFormat()
5215 return lldb::eFormatUnsigned; in GetFormat()
5219 return lldb::eFormatUnsigned; in GetFormat()
5223 return lldb::eFormatUnsigned; in GetFormat()
8735 case eFormatUnsigned: in DumpTypeValue()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1078 my_format = eFormatUnsigned; in GetValueAsCString()
1473 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst302 .. py:data:: eFormatUnsigned
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82547 {SWIG_LUA_CONSTTAB_INT("eFormatUnsigned", (lldb::eFormatUnsigned))},