Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStackFrame.cpp572 const char *var_expr = var_expr_cstr; in GetValueForVariableExpressionPath() local
573 if (var_expr[0] == '*') in GetValueForVariableExpressionPath()
576 var_expr++; // Skip the '*' in GetValueForVariableExpressionPath()
578 else if (var_expr[0] == '&') in GetValueForVariableExpressionPath()
581 var_expr++; // Skip the '&' in GetValueForVariableExpressionPath()
584 std::string var_path (var_expr); in GetValueForVariableExpressionPath()
/external/lldb/include/lldb/Target/
DStackFrame.h111 GetValueForVariableExpressionPath (const char *var_expr,