Home
last modified time | relevance | path

Searched refs:eExpressionPathAftermathNothing (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Core/
DValueObject.cpp2430 … ExpressionPathAftermath dummy_final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2439 …if (!final_task_on_target || *final_task_on_target == ValueObject::eExpressionPathAftermathNothing) in GetValueForExpressionPath()
2459 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2478 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2498 … ExpressionPathAftermath dummy_final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
2513 …if (!final_task_on_target || *final_task_on_target == ValueObject::eExpressionPathAftermathNothing) in GetValuesForExpressionPath()
2534 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
2553 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
2858 *what_next = eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
3024 *what_next = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
[all …]
DDebugger.cpp1366 …? ValueObject::eExpressionPathAftermathDereference : ValueObject::eExpressionPathAftermathNothing); in ExpandIndexedExpression()
1604 … ValueObject::eExpressionPathAftermathDereference : ValueObject::eExpressionPathAftermathNothing); in FormatPromptRecurse()
/external/lldb/include/lldb/Core/
DValueObject.h120 eExpressionPathAftermathNothing = 1, // just return it enumerator