Searched refs:what_next (Results 1 – 2 of 2) sorted by relevance
2582 ExpressionPathAftermath* what_next) in GetValueForExpressionPath_Impl() argument2844 …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() argument3195 …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()
1366 …ValueObject::ExpressionPathAftermath what_next = (deref_pointer ? ValueObject::eExpressionPathAfte… in ExpandIndexedExpression() local1372 &what_next); in ExpandIndexedExpression()1603 ValueObject::ExpressionPathAftermath what_next = (do_deref_pointer ? in FormatPromptRecurse() local1681 &what_next).get(); in FormatPromptRecurse()1705 … do_deref_pointer = (what_next == ValueObject::eExpressionPathAftermathDereference); in FormatPromptRecurse()