Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp267 bool base_is_ptr = base->IsPointerType(); in Visit() local
269 if (expr_is_ptr != base_is_ptr) { in Visit()
270 if (base_is_ptr) { in Visit()