Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp352 Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path, in GetValuesForVariableExpressionPath() argument
360 if (variable_expr_path && callback) in GetValuesForVariableExpressionPath()
362 switch (variable_expr_path[0]) in GetValuesForVariableExpressionPath()
366 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
400 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
436 if (g_regex.Execute(variable_expr_path, &regex_match)) in GetValuesForVariableExpressionPath()
439 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name)) in GetValuesForVariableExpressionPath()
454 … const char *variable_sub_expr_path = variable_expr_path + variable_name.size(); in GetValuesForVariableExpressionPath()
503 …error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path); in GetValuesForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDVariable.h151 GetValuesForVariableExpressionPath (const char *variable_expr_path,