Home
last modified time | relevance | path

Searched refs:what_next (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp677 ValueObject::ExpressionPathAftermath what_next = in ExpandIndexedExpression() local
681 name_to_deref, &reason_to_stop, &final_value_type, options, &what_next); in ExpandIndexedExpression()
792 ValueObject::ExpressionPathAftermath what_next = in DumpValue() local
847 &final_value_type, options, &what_next) in DumpValue()
875 (what_next == ValueObject::eExpressionPathAftermathDereference); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2301 ExpressionPathAftermath *what_next) { in GetValueForExpressionPath_Impl() argument
2516 if (*what_next == in GetValueForExpressionPath_Impl()
2537 *what_next = eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
2671 *what_next == in GetValueForExpressionPath_Impl()
2683 *what_next = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()