Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2162 ExpressionPathEndResultType dummy_final_value_type = in GetValueForExpressionPath() local
2169 final_value_type ? final_value_type : &dummy_final_value_type, options, in GetValueForExpressionPath()
2178 ((final_value_type ? *final_value_type : dummy_final_value_type) == in GetValueForExpressionPath()