Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp619 size_t separator_idx = var_path.find_first_of(".-[=+~|&^%#@!/?,<>{}"); in GetValueForVariableExpressionPath() local
623 if (separator_idx == std::string::npos) in GetValueForVariableExpressionPath()
626 name_const_string.SetCStringWithLength (var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()
651 separator_idx = 0; in GetValueForVariableExpressionPath()
666 while (separator_idx != std::string::npos) in GetValueForVariableExpressionPath()
699 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()
701 if (separator_idx == std::string::npos) in GetValueForVariableExpressionPath()
704 child_name.SetCStringWithLength(var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()
971 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()
1072 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()