Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp2057 ExpressionPathAftermath *what_next) { in GetValueForExpressionPath_Impl() argument
2371 if (*what_next == in GetValueForExpressionPath_Impl()
2391 *what_next = eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
2525 *what_next == in GetValueForExpressionPath_Impl()
2536 *what_next = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
DFormatEntity.cpp630 ValueObject::ExpressionPathAftermath what_next = in ExpandIndexedExpression() local
635 &what_next); in ExpandIndexedExpression()
718 ValueObject::ExpressionPathAftermath what_next = in DumpValue() local
773 &final_value_type, options, &what_next) in DumpValue()
801 (what_next == ValueObject::eExpressionPathAftermathDereference); in DumpValue()