Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp663 const bool is_array_type = type_info & eTypeIsArray; in GetPointeeData() local
664 if (!(is_pointer_type || is_array_type)) in GetPointeeData()