Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp289 bool is_pointer_type = false; in MaybeCalculateCompleteType() local
292 is_pointer_type = true; in MaybeCalculateCompleteType()
321 if (is_pointer_type) { in MaybeCalculateCompleteType()
749 const bool is_pointer_type = type_info & eTypeIsPointer; in GetPointeeData() local
751 if (!(is_pointer_type || is_array_type)) in GetPointeeData()
769 if (is_pointer_type) { in GetPointeeData()
791 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()