Searched refs:baseType (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/apps/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp27 PrimitiveType* baseType = NULL; local
31 baseType = dynamic_cast<PrimitiveType*>(
33 if (baseType == NULL) {
38 baseType = dynamic_cast<PrimitiveType*>(
40 if (baseType == NULL) {
46 if (baseType == NULL && modifiedType == NULL)
49 baseType = dynamic_cast<PrimitiveType*>(
51 if (baseType == NULL)
55 if (baseType->TypeConstant() == B_UINT8_TYPE
56 || baseType
[all...]
/haiku-fatelf/src/apps/debugger/source_language/
H A DCppLanguage.cpp38 Type* baseType = NULL; local
57 baseType);
62 typeRef.SetTo(baseType, true);
88 result = baseType->CreateDerivedAddressType(typeKind,
102 _resultType = baseType;
/haiku-fatelf/src/apps/debugger/model/
H A DType.cpp155 Type* baseType = BaseType(); local
156 return nextOneOnly ? baseType : baseType->ResolveRawType(true);
178 Type* baseType = BaseType(); local
179 return nextOneOnly ? baseType : baseType->ResolveRawType(true);
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DBListValueNode.cpp221 CompoundType* baseType = dynamic_cast<CompoundType*>(fType); local
223 if (baseType->CountTemplateParameters() != 0) {
226 if (baseType->CountBaseTypes() == 0)
229 baseType = dynamic_cast<CompoundType*>(baseType->BaseTypeAt(0)
231 if (baseType == NULL || baseType->Name() != "_PointerList_")
234 if (baseType->CountBaseTypes() == 0)
237 baseType = dynamic_cast<CompoundType*>(baseType
[all...]
H A DEnumerationValueNode.cpp56 if (PrimitiveType* baseType = dynamic_cast<PrimitiveType*>(
58 valueType = baseType->TypeConstant();
H A DCompoundValueNode.cpp53 BaseTypeChild(CompoundValueNode* parent, BaseType* baseType) argument
55 Child(parent, baseType->GetType()->Name()),
56 fBaseType(baseType)
200 for (int32 i = 0; BaseType* baseType = fType->BaseTypeAt(i); i++) {
203 BaseTypeChild* child = new(std::nothrow) BaseTypeChild(this, baseType);
/haiku-fatelf/src/add-ons/translators/exr/
H A DEXRTranslator.h37 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/hvif/
H A DHVIFTranslator.h28 BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypeFactory.cpp546 DwarfType* baseType; local
547 if (CreateType(inheritanceEntry->GetType(), baseType) != B_OK)
549 BReference<DwarfType> baseTypeReference(baseType, true);
553 DwarfInheritance(inheritanceEntry, baseType);
736 DwarfType* baseType; local
738 status_t error = CreateType(baseTypeOwnerEntry->GetType(), baseType);
748 baseType = new(std::nothrow) DwarfUnspecifiedType(fTypeContext, "void",
750 if (baseType == NULL)
753 BReference<Type> baseTypeReference(baseType, true);
756 name, typeEntry, addressKind, baseType);
828 DwarfType* baseType; local
887 DwarfType* baseType = NULL; local
949 DwarfType* baseType = NULL; local
1110 Type* baseType = NULL; local
1261 DwarfType* baseType; local
[all...]
H A DDwarfTypes.cpp679 DwarfInheritance* baseType = dynamic_cast<DwarfInheritance*>(_baseType); local
680 if (baseType == NULL)
683 return _ResolveDataMemberLocation(baseType->GetDwarfType(),
684 baseType->Entry()->Location(), parentLocation, _location);
899 const BString& name, DIEArrayType* entry, DwarfType* baseType)
903 fBaseType(baseType)
1125 DwarfType* baseType)
1130 fBaseType(baseType)
1167 const BString& name, DIETypedef* entry, DwarfType* baseType)
1171 fBaseType(baseType)
898 DwarfArrayType(DwarfTypeContext* typeContext, const BString& name, DIEArrayType* entry, DwarfType* baseType) argument
1123 DwarfModifiedType(DwarfTypeContext* typeContext, const BString& name, DIEModifiedType* entry, uint32 modifiers, DwarfType* baseType) argument
1166 DwarfTypedefType(DwarfTypeContext* typeContext, const BString& name, DIETypedef* entry, DwarfType* baseType) argument
1200 DwarfAddressType(DwarfTypeContext* typeContext, const BString& name, DIEAddressingType* entry, address_type_kind addressKind, DwarfType* baseType) argument
1243 DwarfEnumerationType(DwarfTypeContext* typeContext, const BString& name, DIEEnumerationType* entry, DwarfType* baseType) argument
1307 DwarfSubrangeType(DwarfTypeContext* typeContext, const BString& name, DIESubrangeType* entry, Type* baseType, const BVariant& lowerBound, const BVariant& upperBound) argument
1463 DwarfPointerToMemberType( DwarfTypeContext* typeContext, const BString& name, DIEPointerToMemberType* entry, DwarfCompoundType* containingType, DwarfType* baseType) argument
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/
H A DHPGSTranslator.h46 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/icns/
H A DICNSTranslator.h49 uint32 outType, BPositionIO *outDestination, int32 baseType);
H A DICNSTranslator.cpp160 uint32 outType, BPositionIO *target, int32 baseType)
167 switch (baseType) {
158 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) argument
/haiku-fatelf/src/add-ons/translators/ico/
H A DICOTranslator.h45 uint32 outType, BPositionIO *outDestination, int32 baseType);
H A DICOTranslator.cpp133 uint32 outType, BPositionIO *target, int32 baseType)
140 switch (baseType) {
131 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) argument
/haiku-fatelf/src/add-ons/translators/pcx/
H A DPCXTranslator.h46 uint32 outType, BPositionIO *outDestination, int32 baseType);
H A DPCXTranslator.cpp122 uint32 outType, BPositionIO *target, int32 baseType)
129 switch (baseType) {
120 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) argument
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAWTranslator.h46 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/png/
H A DPNGTranslator.h72 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/sgi/
H A DSGITranslator.h79 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/tiff/
H A DTIFFTranslator.h75 uint32 outType, BPositionIO *outDestination, int32 baseType);
/haiku-fatelf/src/add-ons/translators/webp/
H A DWebPTranslator.h62 BPositionIO* target, int32 baseType);
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.h53 int32 baseType);
H A DWonderBrushTranslator.cpp169 uint32 outType, BPositionIO* outDestination, int32 baseType)
171 if (baseType == 0)
167 DerivedTranslate(BPositionIO* inSource, const translator_info* inInfo, BMessage* ioExtension, uint32 outType, BPositionIO* outDestination, int32 baseType) argument
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfUtils.cpp103 DIEType* baseType = type; local
105 baseType)) != NULL) {
120 baseType = modifiedType->GetType();
122 type = baseType;

Completed in 131 milliseconds

123