Symbol: DIEModifiedType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1376
typeEntry = dynamic_cast<DIEModifiedType*>(typeEntry)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
406
dynamic_cast<DIEModifiedType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
410
dynamic_cast<DIEModifiedType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
414
dynamic_cast<DIEModifiedType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
418
dynamic_cast<DIEModifiedType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
422
dynamic_cast<DIEModifiedType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
768
DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
775
DIEModifiedType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
776
typeEntry, HasTypePredicate<DIEModifiedType>());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
808
= dynamic_cast<DIEModifiedType*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
813
= dynamic_cast<DIEModifiedType*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
818
= dynamic_cast<DIEModifiedType*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
823
= dynamic_cast<DIEModifiedType*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
828
= dynamic_cast<DIEModifiedType*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.h
21
class DIEModifiedType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
83
DIEModifiedType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
1224
const BString& name, DIEModifiedType* entry, uint32 modifiers,
src/kits/debugger/debug_info/DwarfTypes.h
30
class DIEModifiedType;
src/kits/debugger/debug_info/DwarfTypes.h
383
const BString& name, DIEModifiedType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
392
DIEModifiedType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
396
DIEModifiedType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1476
DIEModifiedType* modifiedType;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1477
while ((modifiedType = dynamic_cast<DIEModifiedType*>(type)) != NULL)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
274
DIEModifiedType::DIEModifiedType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
282
DIEModifiedType::AddAttribute_type(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.h
1121
class DIEConstType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
1245
class DIEPackedType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
1511
class DIEVolatileType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
1542
class DIERestrictType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
1621
class DIESharedType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
251
class DIEModifiedType : public DIEType {
src/kits/debugger/dwarf/DebugInfoEntries.h
253
DIEModifiedType();
src/kits/debugger/dwarf/DebugInfoEntries.h
265
class DIEAddressingType : public DIEModifiedType {
src/kits/debugger/dwarf/DwarfUtils.cpp
128
if (dynamic_cast<const DIEModifiedType*>(entry) != NULL)
src/kits/debugger/dwarf/DwarfUtils.cpp
50
const DIEModifiedType* modifiedType = dynamic_cast<const DIEModifiedType*>(
src/kits/debugger/dwarf/DwarfUtils.cpp
57
while ((modifiedType = dynamic_cast<const DIEModifiedType*>(