Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp458 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
463 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
468 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
473 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
478 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
483 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
488 constraints.SetTypeKind(TYPE_COMPOUND); in _GetTypeForTypeCode()
/haiku/src/kits/debugger/model/
H A DType.cpp142 return TYPE_COMPOUND; in Kind()
H A DTypeComponentPath.cpp44 case TYPE_COMPOUND: in Dump()
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp141 && child->GetType()->Kind() == TYPE_COMPOUND) { in _ResolveValueIfNeeded()
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp295 if (node->GetType()->Kind() != TYPE_COMPOUND) { in PrintValueNodeGraph()
320 == TYPE_COMPOUND) { in PrintValueNodeGraph()
334 if (node->ChildAt(i)->GetType()->Kind() != TYPE_COMPOUND in PrintValueNodeGraph()
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp169 } else if (typeEntry->type->Kind() == TYPE_COMPOUND) { in GetType()
H A DDwarfTypes.cpp63 return TYPE_COMPOUND; in dwarf_tag_to_type_kind()
/haiku/headers/private/debugger/model/
H A DType.h19 TYPE_COMPOUND, enumerator
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp811 == TYPE_COMPOUND) { in _ResolveValueIfNeeded()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1447 if (nodeChildRawType->Kind() == TYPE_COMPOUND) in GetValueAt()
1731 if (childKind == TYPE_COMPOUND || childKind == TYPE_ARRAY) { in _AddNode()