Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DVariable.cpp317 Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path, in GetValuesForVariableExpressionPath() argument
325 if (variable_expr_path && callback) in GetValuesForVariableExpressionPath()
327 switch (variable_expr_path[0]) in GetValuesForVariableExpressionPath()
331 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
365 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
401 if (g_regex.Execute(variable_expr_path, &regex_match)) in GetValuesForVariableExpressionPath()
404 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name)) in GetValuesForVariableExpressionPath()
419 … const char *variable_sub_expr_path = variable_expr_path + variable_name.size(); in GetValuesForVariableExpressionPath()
468 …error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path); in GetValuesForVariableExpressionPath()
/external/lldb/include/lldb/Symbol/
DVariable.h153 GetValuesForVariableExpressionPath (const char *variable_expr_path,