Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1692 ValueObjectSP var_value_sp( in Format() local
1696 const char *var_name = var_value_sp->GetName().GetCString(); in Format()
1697 if (var_value_sp->GetCompilerType().IsValid()) { in Format()
1698 if (var_value_sp && exe_scope->CalculateTarget()) in Format()
1699 var_value_sp = in Format()
1705 if (var_value_sp->GetCompilerType().IsAggregateType() && in Format()
1712 format.FormatObject(var_value_sp.get(), buffer, in Format()
1716 var_value_sp->DumpPrintableRepresentation( in Format()
1729 if (var_value_sp->GetError().Success()) { in Format()
1734 var_value_sp->GetTypeName().GetCString(), in Format()
[all …]