Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2594 … ExpressionPathAftermath dummy_final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2603 …if (!final_task_on_target || *final_task_on_target == ValueObject::eExpressionPathAftermathNothing) in GetValueForExpressionPath()
2623 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2642 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath()
2662 … ExpressionPathAftermath dummy_final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
2677 …if (!final_task_on_target || *final_task_on_target == ValueObject::eExpressionPathAftermathNothing) in GetValuesForExpressionPath()
2698 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
2717 *final_task_on_target = ValueObject::eExpressionPathAftermathNothing; in GetValuesForExpressionPath()
3070 *what_next = eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
3238 *what_next = ValueObject::eExpressionPathAftermathNothing; in GetValueForExpressionPath_Impl()
[all …]
HDFormatEntity.cpp680 …? ValueObject::eExpressionPathAftermathDereference : ValueObject::eExpressionPathAftermathNothing); in ExpandIndexedExpression()
770 … ValueObject::eExpressionPathAftermathDereference : ValueObject::eExpressionPathAftermathNothing); in DumpValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h124 eExpressionPathAftermathNothing = 1, // just return it enumerator