Lines Matching defs:tmpDesc
267 Descriptor &tmpDesc{statDesc.descriptor()};
268 tmpDesc = *argDescriptor;
269 tmpDesc.raw().attribute = CFI_attribute_pointer;
270 tmpDesc.Addendum()->set_derivedType(&derived);
272 p(tmpDesc);
359 Descriptor &tmpDesc{statDesc.descriptor()};
360 tmpDesc = descriptor;
361 tmpDesc.raw().attribute = CFI_attribute_pointer;
362 tmpDesc.Addendum()->set_derivedType(parentType);
363 tmpDesc.raw().elem_len = parentType->sizeInBytes();
364 Finalize(tmpDesc, *parentType, terminator);