Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp378 const char *err_cstr = valobj.GetError().AsCString(); in GetValueSummaryError() local
379 if (err_cstr) in GetValueSummaryError()
380 error.assign(err_cstr); in GetValueSummaryError()