Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp222 bool expr_is_ptr = node->GetIsArrow(); in Visit() local
262 expr_is_ptr = false; in Visit()
269 if (expr_is_ptr != base_is_ptr) { in Visit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp690 bool expr_is_ptr = false; in LegacyGetValueForVariableExpressionPath() local
693 expr_is_ptr = true; in LegacyGetValueForVariableExpressionPath()
731 expr_is_ptr = false; in LegacyGetValueForVariableExpressionPath()
747 if (actual_is_ptr != expr_is_ptr) { in LegacyGetValueForVariableExpressionPath()