Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp70 case lldb::eFormatUnsigned: in GetCompilerTypeForFormat()
147 return lldb::eFormatUnsigned; in GetItemFormatForFormat()
HDFormatManager.cpp53 {eFormatUnsigned, 'u', "unsigned decimal"},
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupFormat.cpp203 format = eFormatUnsigned; in ParserGDBFormatLetter()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h178 eFormatUnsigned, enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp165 case eFormatUnsigned: in FinalizeSettings()
1449 case eFormatUnsigned: in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp511 case eFormatUnsigned: in DumpDataExtractor()
HDValueObject.cpp1056 my_format = eFormatUnsigned; in GetValueAsCString()
1445 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
HDIOHandlerCursesGUI.cpp5743 return eFormatUnsigned; in FormatForChar()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp5185 return qual_type->isUnsignedIntegerType() ? 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()
5227 return lldb::eFormatUnsigned; in GetFormat()
8812 case eFormatUnsigned: in DumpTypeValue()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst302 .. py:data:: eFormatUnsigned
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp81151 {SWIG_LUA_CONSTTAB_INT("eFormatUnsigned", (lldb::eFormatUnsigned))},