Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp618 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
624 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()
629 reason_to_stop, final_value_type); in ExpandIndexedExpression()
634 reason_to_stop, final_value_type); in ExpandIndexedExpression()
756 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
790 &final_value_type, options, &what_next) in DumpValue()
797 reason_to_stop, final_value_type); in DumpValue()
803 reason_to_stop, final_value_type); in DumpValue()
812 (final_value_type == in DumpValue()
814 final_value_type == in DumpValue()
H A DValueObject.cpp2156 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
2169 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2178 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()
2191 if (final_value_type) in GetValueForExpressionPath()
2192 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
2208 if (final_value_type) in GetValueForExpressionPath()
2209 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h415 ExpressionPathEndResultType *final_value_type = nullptr,
1093 ExpressionPathEndResultType *final_value_type,