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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp296 const char* err_cstr = m_valobj->GetError().AsCString(); local
297 if (err_cstr)
298 error.assign(err_cstr);

Completed in 44 milliseconds