Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2078 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local
2089 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()
2094 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()
2096 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()
2118 if (!temp_expression.startswith(">")) { in GetValueForExpressionPath_Impl()
2129 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()
2140 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()
2142 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl()
2147 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2214 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
[all …]