Home | History | Annotate | Download | only in Feature

Lines Matching full:void

5 define fastcc void @foo() {
6 ret void
9 define coldcc void @bar() {
10 call fastcc void @foo( )
11 ret void
14 define void @structret({ i8 }* sret %P) {
15 call void @structret( { i8 }* sret %P )
16 ret void
19 define void @foo2() {
20 ret void
23 define coldcc void @bar2() {
24 call fastcc void @foo( )
25 ret void
28 define cc42 void @bar3() {
29 invoke fastcc void @foo( )
33 ret void
41 define void @bar4() {
42 call cc42 void @bar( )
43 invoke cc42 void @bar3( )
47 ret void