Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/model/
H A DType.cpp261 return TYPE_ARRAY; in Kind()
H A DTypeComponentPath.cpp62 case TYPE_ARRAY: in Dump()
/haiku/headers/private/debugger/model/
H A DType.h25 TYPE_ARRAY, enumerator
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp83 return TYPE_ARRAY; in dwarf_tag_to_type_kind()
H A DDwarfImageDebugInfo.cpp1302 case TYPE_ARRAY: in _EvaluateBaseTypeConstraints()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1731 if (childKind == TYPE_COMPOUND || childKind == TYPE_ARRAY) { in _AddNode()