Home
last modified time | relevance | path

Searched refs:test3a (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dvector-assign.c50 void test3a(longlongvec *); // expected-note{{passing argument to parameter here}}
52test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to p… in test3()
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m59 struct test3a { int x, y; }; struct
61 @interface Test3A - (struct test3a) test3; @end
/external/llvm/test/Transforms/InstCombine/
Dcall.ll35 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)
Drem.ll21 define i1 @test3a(i32 %A) {
/external/llvm/test/Analysis/BasicAA/
Dmodref.ll77 define void @test3a(i8* %P, i8 %X) {
78 ; CHECK: @test3a
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll52 define void @test3a() {
57 ; CHECK: define void @test3a
/external/llvm/test/CodeGen/PowerPC/
Dmem_update.ll38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
/external/clang/test/CXX/class.access/class.friend/
Dp1.cpp166 namespace test3a { namespace