Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp650 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
656 ptr_deref_buffer.c_str(), &reason_to_stop, &final_value_type, options, in ExpandIndexedExpression()
662 reason_to_stop, final_value_type); in ExpandIndexedExpression()
667 reason_to_stop, final_value_type); in ExpandIndexedExpression()
761 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
796 &final_value_type, options, &what_next) in DumpValue()
803 reason_to_stop, final_value_type); in DumpValue()
809 reason_to_stop, final_value_type); in DumpValue()
818 (final_value_type == in DumpValue()
820 final_value_type == in DumpValue()
H A DValueObject.cpp2150 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
2163 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2172 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()
2185 if (final_value_type) in GetValueForExpressionPath()
2186 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
2202 if (final_value_type) in GetValueForExpressionPath()
2203 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h435 ExpressionPathEndResultType *final_value_type = nullptr,
1028 ExpressionPathEndResultType *final_value_type,