Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2066 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local
2077 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()
2082 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()
2084 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()
2106 if (!temp_expression.startswith(">")) { in GetValueForExpressionPath_Impl()
2117 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()
2128 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()
2135 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2300 if (temp_expression[1] == in GetValueForExpressionPath_Impl()
2319 size_t close_bracket_position = temp_expression.find(']', 1); in GetValueForExpressionPath_Impl()
[all …]