Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp2582 ExpressionPathAftermath* what_next) in GetValueForExpressionPath_Impl() argument
2844 …if (*what_next == ValueObject::eExpressionPathAftermathDereference && // if this is a ptr-to-scal… in GetValueForExpressionPath_Impl()
2858 *what_next = eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
3010 *what_next == ValueObject::eExpressionPathAftermathDereference && in GetValueForExpressionPath_Impl()
3024 *what_next = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
3058 ExpressionPathAftermath* what_next) in ExpandArraySliceExpression() argument
3195 …if (*what_next == ValueObject::eExpressionPathAftermathDereference && // if this is a ptr-to-scal… in ExpandArraySliceExpression()
3209 *what_next = eExpressionPathAftermathNothing; in ExpandArraySliceExpression()
3298 *what_next == ValueObject::eExpressionPathAftermathDereference && in ExpandArraySliceExpression()
3312 *what_next = ValueObject::eExpressionPathAftermathNothing; in ExpandArraySliceExpression()
DDebugger.cpp1366 …ValueObject::ExpressionPathAftermath what_next = (deref_pointer ? ValueObject::eExpressionPathAfte… in ExpandIndexedExpression() local
1372 &what_next); in ExpandIndexedExpression()
1603 ValueObject::ExpressionPathAftermath what_next = (do_deref_pointer ? in FormatPromptRecurse() local
1681 &what_next).get(); in FormatPromptRecurse()
1705 … do_deref_pointer = (what_next == ValueObject::eExpressionPathAftermathDereference); in FormatPromptRecurse()