Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp605 std::string var_expr_storage; in LegacyGetValueForVariableExpressionPath() local
639 var_expr_storage = "."; in LegacyGetValueForVariableExpressionPath()
641 if (var_expr_storage.empty()) in LegacyGetValueForVariableExpressionPath()
642 var_expr_storage = "->"; in LegacyGetValueForVariableExpressionPath()
643 var_expr_storage += var_expr; in LegacyGetValueForVariableExpressionPath()
644 var_expr = var_expr_storage; in LegacyGetValueForVariableExpressionPath()