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.cpp617 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() local
623 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()
628 reason_to_stop, final_value_type); in ExpandIndexedExpression()
633 reason_to_stop, final_value_type); in ExpandIndexedExpression()
724 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue() local
758 &final_value_type, options, &what_next) in DumpValue()
765 reason_to_stop, final_value_type); in DumpValue()
771 reason_to_stop, final_value_type); in DumpValue()
780 (final_value_type == in DumpValue()
782 final_value_type == in DumpValue()
H A DValueObject.cpp1956 ExpressionPathEndResultType *final_value_type, in GetValueForExpressionPath() argument
1966 final_value_type ? final_value_type : &dummy_value_type; in GetValueForExpressionPath()
2006 if (final_value_type) in GetValueForExpressionPath()
2007 *final_value_type = eExpressionPathEndResultTypeInvalid; in GetValueForExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h415 ExpressionPathEndResultType *final_value_type = nullptr,
1003 ExpressionPathEndResultType *final_value_type,