Home | History | Annotate | Download | only in Other

Lines Matching full:void

2 define void @f2() {
3 invoke void @f6()
7 ret void
10 invoke void @f4()
14 call void @f8()
21 declare void @f3()
23 define void @f4() {
24 call void @f3()
25 ret void
28 declare void @f6() nounwind
30 declare void @f8()