Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp628 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
634 ptr_deref_buffer.c_str(), &reason_to_stop, &final_value_type, options, in ExpandIndexedExpression()
640 reason_to_stop, final_value_type); in ExpandIndexedExpression()
645 reason_to_stop, final_value_type); in ExpandIndexedExpression()
739 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
773 &final_value_type, options, &what_next) in DumpValue()
780 reason_to_stop, final_value_type); in DumpValue()
786 reason_to_stop, final_value_type); in DumpValue()
795 (final_value_type == in DumpValue()
797 final_value_type == in DumpValue()
H A DValueObject.cpp1987 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
2000 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2009 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()
2022 if (final_value_type) in GetValueForExpressionPath()
2023 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
2039 if (final_value_type) in GetValueForExpressionPath()
2040 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h415 ExpressionPathEndResultType *final_value_type = nullptr,
1014 ExpressionPathEndResultType *final_value_type,