Lines Matching refs:_type

191 	static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type)
226 _type = type;
300 DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type)
326 _type = globalDwarfType;
342 _type = globalDwarfType;
373 _type = typeReference.Detach();
380 DIEType* typeEntry, DwarfType*& _type)
390 typeEntry->Tag()), _type);
394 dynamic_cast<DIEBaseType*>(typeEntry), _type);
399 DERIVED_TYPE_POINTER, _type);
403 DERIVED_TYPE_REFERENCE, _type);
408 TYPE_MODIFIER_CONST, _type);
412 TYPE_MODIFIER_PACKED, _type);
416 TYPE_MODIFIER_VOLATILE, _type);
420 TYPE_MODIFIER_RESTRICT, _type);
424 TYPE_MODIFIER_SHARED, _type);
428 dynamic_cast<DIETypedef*>(typeEntry), _type);
432 dynamic_cast<DIEArrayType*>(typeEntry), _type);
436 dynamic_cast<DIEEnumerationType*>(typeEntry), _type);
440 dynamic_cast<DIESubrangeType*>(typeEntry), _type);
444 dynamic_cast<DIEUnspecifiedType*>(typeEntry), _type);
448 dynamic_cast<DIESubroutineType*>(typeEntry), _type);
452 dynamic_cast<DIEPointerToMemberType*>(typeEntry), _type);
467 DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type)
612 _type = typeReference.Detach();
619 DIEBaseType* typeEntry, DwarfType*& _type)
723 _type = type;
731 DwarfType*& _type)
762 _type = type;
769 DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type)
854 _type = type;
861 DIETypedef* typeEntry, DwarfType*& _type)
881 _type = type;
888 DIEArrayType* typeEntry, DwarfType*& _type)
951 _type = typeReference.Detach();
958 DIEEnumerationType* typeEntry, DwarfType*& _type)
1018 _type = typeReference.Detach();
1025 DIESubrangeType* typeEntry, DwarfType*& _type)
1153 _type = type;
1160 DIEUnspecifiedType* typeEntry, DwarfType*& _type)
1167 _type = type;
1173 DIESubroutineType* typeEntry, DwarfType*& _type)
1240 _type = typeReference.Detach();
1247 DIEPointerToMemberType* typeEntry, DwarfType*& _type)
1291 _type = type;