Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp302 ClangExpressionVariableSP result_variable_sp; in ConditionSaysStop() local
310 result_variable_sp, in ConditionSaysStop()
318 if (!result_variable_sp) in ConditionSaysStop()
325 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
/external/lldb/source/Expression/
DMaterializer.cpp777 void Dematerialize (lldb::ClangExpressionVariableSP &result_variable_sp, in Dematerialize() argument
858 result_variable_sp = ret; in Dematerialize()