Searched refs:is_pointer_type (Results 1 – 1 of 1) sorted by relevance
289 bool is_pointer_type = false; in MaybeCalculateCompleteType() local292 is_pointer_type = true; in MaybeCalculateCompleteType()321 if (is_pointer_type) { in MaybeCalculateCompleteType()749 const bool is_pointer_type = type_info & eTypeIsPointer; in GetPointeeData() local751 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()