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.cpp544 std::string var_expr_storage; in GetValueForVariableExpressionPath() local
578 var_expr_storage = "."; in GetValueForVariableExpressionPath()
580 if (var_expr_storage.empty()) in GetValueForVariableExpressionPath()
581 var_expr_storage = "->"; in GetValueForVariableExpressionPath()
582 var_expr_storage += var_expr; in GetValueForVariableExpressionPath()
583 var_expr = var_expr_storage; in GetValueForVariableExpressionPath()