Searched refs:unowned (Results 1 – 20 of 20) sorted by relevance
33 explicit MaybeOwningDeviceMemory(tensorflow::se::DeviceMemoryBase unowned) in MaybeOwningDeviceMemory() argument34 : mem_(unowned) {} in MaybeOwningDeviceMemory()38 MaybeOwningDeviceMemory& operator=(tensorflow::se::DeviceMemoryBase unowned) {39 mem_ = unowned;
69 …e getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}70 … getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}71 …getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}73 … getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}74 …getter '-copyDBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}75 …etter '-allocDBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}93 …e getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}96 …{explicitly declare getter '-newBar' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}99 …{explicitly declare getter '-newBaz' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}102 …etter '-newGarply' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
57 …e getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}58 … getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}59 …getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}61 … getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}62 …getter '-copyDBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}63 …etter '-allocDBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}81 …e getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}84 …{explicitly declare getter '-newBar' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}87 …{explicitly declare getter '-newBaz' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}90 …etter '-newGarply' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
12 … getter '-newFile' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
768 id unowned = [self.unownedProp retain];769 [unowned release];775 id unowned = [self.unownedProp retain];776 [unowned release];777 clang_analyzer_eval(unowned == fromIvar); // expected-warning{{TRUE}}
98 // Test that 'init' methods do not try to claim ownerhip of an *unowned* allocated object
796 id unowned = [self.unownedProp retain];797 [unowned release];803 id unowned = [self.unownedProp retain];804 [unowned release];805 clang_analyzer_eval(unowned == fromIvar); // expected-warning{{TRUE}}
1135 for (bool unowned : {false, true}) { // test a GrCPixmap that doesn't own its storage. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()1153 if (unowned) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()1231 GrColorTypeToStr(info.colorType()), i, unowned, x, y, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
335 Fix possible Py_DECREF on unowned object in _sre.
1205 Fix possible Py_DECREF on unowned object in _sre.
553 Fix possible Py_DECREF on unowned object in _sre.
256 recognize some of the more sophisticated approaches to passing unowned pointers
1077 or thread other than the owner or if the lock is in an unlocked (unowned)
1361 or thread other than the owner or if the lock is in an unlocked (unowned)
909 "explicitly declare getter %objcinstance0 with '%1' to return an 'unowned' "
1231 "explicitly declare getter %objcinstance0 with '%1' to return an 'unowned' "
44 - Issue #27774: Fix possible Py_DECREF on unowned object in _sre.