Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2024 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local
2035 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()
2040 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()
2042 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()
2064 if (!temp_expression.starts_with(">")) { in GetValueForExpressionPath_Impl()
2075 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()
2086 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()
2092 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl()
2256 if (temp_expression[1] == in GetValueForExpressionPath_Impl()
2275 size_t close_bracket_position = temp_expression.find(']', 1); in GetValueForExpressionPath_Impl()
[all …]