Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp634 bool expr_is_ptr = false; in GetValueForVariableExpressionPath() local
637 expr_is_ptr = true; in GetValueForVariableExpressionPath()
678 expr_is_ptr = false; in GetValueForVariableExpressionPath()
694 if (actual_is_ptr != expr_is_ptr) { in GetValueForVariableExpressionPath()