Home | History | Annotate | Download | only in ObjCARC

Lines Matching full:null

11 ; If the pointer-to-weak-pointer is null, it's undefined behavior.
14 ; CHECK: store i8* undef, i8** null
15 ; CHECK: store i8* undef, i8** null
16 ; CHECK: store i8* undef, i8** null
17 ; CHECK: store i8* undef, i8** null
18 ; CHECK: store i8* undef, i8** null
19 ; CHECK: store i8* undef, i8** null
20 ; CHECK: store i8* undef, i8** null
21 ; CHECK: store i8* undef, i8** null
22 ; CHECK: store i8* undef, i8** null
23 ; CHECK: store i8* undef, i8** null
24 ; CHECK: store i8* undef, i8** null
25 ; CHECK: store i8* undef, i8** null
26 ; CHECK: store i8* undef, i8** null
27 ; CHECK: store i8* undef, i8** null
28 ; CHECK: store i8* undef, i8** null
29 ; CHECK: store i8* undef, i8** null
30 ; CHECK: store i8* undef, i8** null
31 ; CHECK: store i8* undef, i8** null
35 call i8* @objc_storeWeak(i8** null, i8* %p)
37 call i8* @objc_loadWeakRetained(i8** null)
39 call i8* @objc_loadWeak(i8** null)
41 call i8* @objc_initWeak(i8** null, i8* %p)
43 call void @objc_destroyWeak(i8** null)
46 call void @objc_copyWeak(i8** null, i8** %q)
48 call void @objc_copyWeak(i8** %q, i8** null)
51 call void @objc_moveWeak(i8** null, i8** %q)
53 call void @objc_moveWeak(i8** %q, i8** null)