Searched refs:BaseType (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/debugger/debug_info/
H A DStackFrameDebugInfo.h17 class BaseType;
/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp39 addressType->BaseType());
42 addressType->BaseType());
46 arrayType->BaseType());
49 arrayType->BaseType());
/haiku/headers/private/debugger/model/
H A DType.h69 class BaseType : public BReferenceable { class in inherits:BReferenceable
71 virtual ~BaseType();
184 virtual BaseType* BaseTypeAt(int32 index) const = 0;
193 virtual status_t ResolveBaseTypeLocation(BaseType* baseType,
211 virtual Type* BaseType() const = 0;
222 virtual Type* BaseType() const = 0;
234 virtual Type* BaseType() const = 0;
244 virtual Type* BaseType() const = 0;
259 virtual Type* BaseType() const = 0;
272 virtual Type* BaseType() cons
[all...]
/haiku/src/kits/debugger/model/
H A DType.cpp10 // #pragma mark - BaseType
13 BaseType::~BaseType()
164 Type* baseType = BaseType();
187 Type* baseType = BaseType();
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp54 BaseTypeChild(CompoundValueNode* parent, BaseType* baseType)
95 BaseType* fBaseType;
201 for (int32 i = 0; BaseType* baseType = fType->BaseTypeAt(i); i++) {
H A DEnumerationValueNode.cpp57 fType->BaseType())) {
H A DAddressValueNode.cpp103 Type* baseType = fType->BaseType();
H A DArrayValueNode.cpp157 fType->BaseType());
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h153 class DwarfInheritance : public BaseType {
297 virtual BaseType* BaseTypeAt(int32 index) const;
305 virtual status_t ResolveBaseTypeLocation(BaseType* _baseType,
351 virtual Type* BaseType() const;
388 virtual Type* BaseType() const;
409 virtual Type* BaseType() const;
432 virtual Type* BaseType() const;
455 virtual Type* BaseType() const;
486 virtual Type* BaseType() const;
571 virtual Type* BaseType() cons
[all...]
H A DDwarfTypes.cpp712 BaseType*
748 DwarfCompoundType::ResolveBaseTypeLocation(BaseType* _baseType,
1016 DwarfArrayType::BaseType() const function in class:DwarfArrayType
1063 bitStride = BaseType()->ByteSize() * 8;
1170 piece.SetSize(BaseType()->ByteSize());
1192 BaseType()->ByteSize() * 8)) {
1250 DwarfModifiedType::BaseType() const function in class:DwarfModifiedType
1284 DwarfTypedefType::BaseType() const function in class:DwarfTypedefType
1327 DwarfAddressType::BaseType() const function in class:DwarfAddressType
1366 DwarfEnumerationType::BaseType() cons function in class:DwarfEnumerationType
1428 DwarfSubrangeType::BaseType() const function in class:DwarfSubrangeType
1593 DwarfPointerToMemberType::BaseType() const function in class:DwarfPointerToMemberType
[all...]
/haiku/src/tests/system/kernel/slab/
H A DSlab.h277 typedef Cache<Strategy> BaseType; typedef in class:TypedCache
280 : BaseType(name, sizeof(Type), alignment, _ConstructObject,
284 Type *Alloc(uint32_t flags) { return (Type *)BaseType::AllocateObject(flags); }
285 void Free(Type *object) { BaseType::ReturnObject(object); }
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2036 ->Node()->GetType())->BaseType();
2687 if (type != NULL && type->BaseType() != NULL) {

Completed in 67 milliseconds