Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp128 ValueObject *dynamic_value = in GetMostSpecializedValue() local
130 if (dynamic_value) in GetMostSpecializedValue()
131 m_valobj = dynamic_value; in GetMostSpecializedValue()