Searched refs:unowned (Results 1 – 13 of 13) sorted by relevance
34 explicit MaybeOwningDeviceMemory(se::DeviceMemoryBase unowned) in MaybeOwningDeviceMemory() argument35 : mem_(unowned) {} in MaybeOwningDeviceMemory()39 MaybeOwningDeviceMemory& operator=(se::DeviceMemoryBase unowned) {40 mem_ = unowned;
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
335 Fix possible Py_DECREF on unowned object in _sre.
1206 Fix possible Py_DECREF on unowned object in _sre.
553 Fix possible Py_DECREF on unowned object in _sre.
57 precedence, prefix, Protocol, required, right, set, Type, unowned, weak,
1077 or thread other than the owner or if the lock is in an unlocked (unowned)
1322 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' "
44 - Issue #27774: Fix possible Py_DECREF on unowned object in _sre.