Searched refs:is_pointer_type (Results 1 – 2 of 2) sorted by relevance
429 bool is_pointer_type = false; in GetRuntimeType() local432 is_pointer_type = true; in GetRuntimeType()452 if (is_pointer_type) in GetRuntimeType()
662 const bool is_pointer_type = type_info & eTypeIsPointer; in GetPointeeData() local664 if (!(is_pointer_type || is_array_type)) in GetPointeeData()682 if (is_pointer_type) { in GetPointeeData()704 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()