Lines Matching full:nounwind
19 define void @test_retain(i8* %x) nounwind {
21 %0 = call i8* @objc_retain(i8* %x) nounwind
30 define void @test_retainAutoreleasedReturnValue(i8* %x) nounwind {
32 %0 = call i8* @objc_retainAutoreleasedReturnValue(i8* %x) nounwind
41 define void @test_retainAutorelease(i8* %x) nounwind {
43 %0 = call i8* @objc_retainAutorelease(i8* %x) nounwind
52 define void @test_retainAutoreleaseReturnValue(i8* %x) nounwind {
54 %0 = call i8* @objc_retainAutoreleaseReturnValue(i8* %x) nounwind
63 define void @test_autorelease(i8* %x) nounwind {
65 %0 = call i8* @objc_autorelease(i8* %x) nounwind
74 define void @test_autoreleaseReturnValue(i8* %x) nounwind {
76 %0 = call i8* @objc_autoreleaseReturnValue(i8* %x) nounwind
89 define void @test_retainBlock(i8* %x) nounwind {
91 %0 = call i8* @objc_retainBlock(i8* %x) nounwind