Searched refs:inheritance (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DTagNames.cpp43 ENTRY(inheritance),
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp685 DwarfInheritance* inheritance = fInheritances.ItemAt(i); i++) {
686 inheritance->ReleaseReference();
866 DwarfCompoundType::AddInheritance(DwarfInheritance* inheritance) argument
868 if (!fInheritances.AddItem(inheritance))
871 inheritance->AcquireReference();
H A DDwarfTypeFactory.cpp537 // create the inheritance objects for the base types
551 // create and add the inheritance object
552 DwarfInheritance* inheritance = new(std::nothrow) local
554 BReference<DwarfInheritance> inheritanceReference(inheritance,
556 if (inheritance == NULL || !type->AddInheritance(inheritance)) {
H A DDwarfTypes.h317 bool AddInheritance(DwarfInheritance* inheritance);

Completed in 209 milliseconds