Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp624 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
630 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()
635 reason_to_stop, final_value_type); in ExpandIndexedExpression()
640 reason_to_stop, final_value_type); in ExpandIndexedExpression()
731 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
765 &final_value_type, options, &what_next) in DumpValue()
772 reason_to_stop, final_value_type); in DumpValue()
778 reason_to_stop, final_value_type); in DumpValue()
787 (final_value_type == in DumpValue()
789 final_value_type == in DumpValue()
H A DValueObject.cpp1999 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
2012 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2021 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()
2034 if (final_value_type) in GetValueForExpressionPath()
2035 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
2051 if (final_value_type) in GetValueForExpressionPath()
2052 *final_value_type = ValueObject::eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h415 ExpressionPathEndResultType *final_value_type = nullptr,
1014 ExpressionPathEndResultType *final_value_type,