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.cpp675 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
681 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()
686 reason_to_stop, final_value_type); in ExpandIndexedExpression()
691 reason_to_stop, final_value_type); in ExpandIndexedExpression()
813 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
847 &final_value_type, options, &what_next) in DumpValue()
854 reason_to_stop, final_value_type); in DumpValue()
860 reason_to_stop, final_value_type); in DumpValue()
869 (final_value_type == in DumpValue()
871 final_value_type == in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2230 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
2243 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2252 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()
2266 if (final_value_type) in GetValueForExpressionPath()
2267 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
2283 if (final_value_type) in GetValueForExpressionPath()
2284 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h415 ExpressionPathEndResultType *final_value_type = nullptr,
1110 ExpressionPathEndResultType *final_value_type,