Searched refs:WEAK_STORE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/objc4-551.1/test/
H A Dtest.h286 # define WEAK_STORE(dst, val) (dst = (val)) macro
296 # define WEAK_STORE(dst, val) (dst = (val)) macro
306 # define WEAK_STORE(dst, val) objc_storeWeak((id *)&dst, val) macro

Completed in 181 milliseconds