Searched defs:what_next (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Core/
H A DDebugger.cpp1366 ValueObject::ExpressionPathAftermath what_next = (deref_pointer ? ValueObject::eExpressionPathAftermathDereference : ValueObject::eExpressionPathAftermathNothing); local
1372 &what_next);
1603 ValueObject::ExpressionPathAftermath what_next = (do_deref_pointer ? local
1681 &what_next).get();
1705 do_deref_pointer = (what_next == ValueObject::eExpressionPathAftermathDereference);
H A DValueObject.cpp2582 ExpressionPathAftermath* what_next)
2844 if (*what_next == ValueObject::eExpressionPathAftermathDereference && // if this is a ptr-to-scalar, I am accessing it by index and I would have deref'ed anyway, then do it now and use this as a bitfield
2858 *what_next = eExpressionPathAftermathNothing;
3010 *what_next == ValueObject::eExpressionPathAftermathDereference &&
3024 *what_next = ValueObject::eExpressionPathAftermathNothing;
3058 ExpressionPathAftermath* what_next)
3195 if (*what_next == ValueObject::eExpressionPathAftermathDereference && // if this is a ptr-to-scalar, I am accessing it by index and I would have deref'ed anyway, then do it now and use this as a bitfield
3209 *what_next = eExpressionPathAftermathNothing;
3298 *what_next == ValueObject::eExpressionPathAftermathDereference &&
3312 *what_next
2577 GetValueForExpressionPath_Impl(const char* expression_cstr, const char** first_unparsed, ExpressionPathScanEndReason* reason_to_stop, ExpressionPathEndResultType* final_result, const GetValueForExpressionPathOptions& options, ExpressionPathAftermath* what_next) argument
3051 ExpandArraySliceExpression(const char* expression_cstr, const char** first_unparsed, ValueObjectSP root, ValueObjectListSP& list, ExpressionPathScanEndReason* reason_to_stop, ExpressionPathEndResultType* final_result, const GetValueForExpressionPathOptions& options, ExpressionPathAftermath* what_next) argument
[all...]

Completed in 234 milliseconds