Searched refs:test3a (Results 1 – 8 of 8) sorted by relevance
50 void test3a(longlongvec *); // expected-note{{passing argument to parameter here}}52 …test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to p… in test3()
59 struct test3a { int x, y; }; struct61 @interface Test3A - (struct test3a) test3; @end
35 define void @test3a(i8, ...) {unreachable }38 call void bitcast (void (i8, ...)* @test3a to void (i8, i8)*)( i8 %A, i8 %B 42 ; CHECK: call void (i8, ...)* @test3a(i8 %A, i32 %tmp)
21 define i1 @test3a(i32 %A) {
77 define void @test3a(i8* %P, i8 %X) {78 ; CHECK: @test3a
52 define void @test3a() {57 ; CHECK: define void @test3a
38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
166 namespace test3a { namespace