Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance
52 Type* resultType) in ExpressionValueNodeChild() argument55 fResultType(resultType) in ExpressionValueNodeChild()
256 DwarfAddressType* resultType = new(std::nothrow) in CreateDerivedAddressType() local259 if (resultType == NULL) in CreateDerivedAddressType()262 resultType->SetByteSize(fTypeContext->GetArchitecture()->AddressSize()); in CreateDerivedAddressType()264 _resultType = resultType; in CreateDerivedAddressType()273 DwarfArrayType* resultType = NULL; in CreateDerivedArrayType() local276 resultType = dynamic_cast<DwarfArrayType*>(this); in CreateDerivedArrayType()278 if (resultType == NULL) { in CreateDerivedArrayType()281 resultType = new(std::nothrow) in CreateDerivedArrayType()283 baseTypeReference.SetTo(resultType, true); in CreateDerivedArrayType()286 if (resultType == NULL) in CreateDerivedArrayType()[all …]
1697 Type* resultType = NULL; in _ParseIdentifier() local1699 TypeLookupConstraints(), resultType); in _ParseIdentifier()1701 BReference<Type> typeReference(resultType, true); in _ParseIdentifier()1702 return _ParseType(resultType); in _ParseIdentifier()