Searched refs:is_pointer_type (Results 1 – 2 of 2) sorted by relevance
420 bool is_pointer_type = false; in GetRuntimeType() local423 is_pointer_type = true; in GetRuntimeType()443 if (is_pointer_type) in GetRuntimeType()
676 const bool is_pointer_type = type_info & eTypeIsPointer; in GetPointeeData() local678 if (!(is_pointer_type || is_array_type)) in GetPointeeData()696 if (is_pointer_type) { in GetPointeeData()718 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()