Lines Matching refs:musttail
6 ; CHECK: inreg attribute not allowed in swifttailcc musttail caller
7 musttail call swifttailcc void @simple()
12 ; CHECK: inalloca attribute not allowed in swifttailcc musttail caller
13 musttail call swifttailcc void @simple()
18 ; CHECK: swifterror attribute not allowed in swifttailcc musttail caller
19 musttail call swifttailcc void @simple()
24 ; CHECK: preallocated attribute not allowed in swifttailcc musttail caller
25 musttail call swifttailcc void @simple()
30 ; CHECK: byref attribute not allowed in swifttailcc musttail caller
31 musttail call swifttailcc void @simple()
36 ; CHECK: inreg attribute not allowed in swifttailcc musttail callee
37 musttail call swifttailcc void @inreg(i8* inreg undef)
42 ; CHECK: inalloca attribute not allowed in swifttailcc musttail callee
43 musttail call swifttailcc void @inalloca(i8* inalloca(i8) undef)
48 ; CHECK: swifterror attribute not allowed in swifttailcc musttail callee
50 musttail call swifttailcc void @swifterror(i8** swifterror %err)
55 ; CHECK: preallocated attribute not allowed in swifttailcc musttail callee
56 musttail call swifttailcc void @preallocated(i8* preallocated(i8) undef)
61 ; CHECK: byref attribute not allowed in swifttailcc musttail callee
62 musttail call swifttailcc void @byref(i8* byref(i8) undef)
70 musttail call swifttailcc void(...) @varargs(...)