/external/clang/test/ARCMT/ |
migrate-with-pch.m | 3 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c -include-pch %t.pch 5 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result %S/Inputs/test.h.result
|
/external/clang/test/CXX/class/class.mem/ |
p2.cpp | 19 namespace test1 { namespace 21 A<int> x; // expected-error {{implicit instantiation of template 'test1::A<int>' within its own definition}}
|
/external/clang/test/CXX/special/class.temporary/ |
p1.cpp | 20 namespace test1 { namespace 34 foo(a); // expected-error {{calling a private constructor of class 'test1::A'}}
|
/external/clang/test/CodeGen/ |
address-space.c | 12 // CHECK: define i32 @test1() 14 int test1() { return foo; } function
|
byval-memcpy-elim.c | 15 // CHECK: define void @test1( 18 void test1(struct Test1S *A, struct Test2S *B) { function
|
volatile-2.c | 14 void test1() { function 15 // CHECK: define void @test1()
|
/external/clang/test/CodeGenCXX/ |
bitfield-layout.cpp | 4 // CHECK-LP64: %union.Test1 = type { i32, [4 x i8] } 5 union Test1 {
|
exceptions-no-rtti.cpp | 20 namespace test1 { namespace 38 void test1() throw(B) { function in namespace:test1
|
/external/clang/test/CodeGenObjC/ |
related-result-type.m | 12 // CHECK: define void @test1() 13 void test1() {
|
/external/clang/test/Sema/ |
builtins-arm.c | 16 void test1() { function 23 void test1() { function
|
return-noreturn.c | 4 void test1() { // expected-warning {{function 'test1' could be declared with attribute 'noreturn'}} function
|
/external/clang/test/SemaCXX/ |
undefined-inline.cpp | 4 namespace test1 { namespace 5 inline void f(); // expected-warning{{inline function 'test1::f' is not defined}}
|
/external/llvm/test/Assembler/ |
alignstack.ll | 5 define void @test1() nounwind { 6 ; CHECK: test1
|
/external/llvm/test/CodeGen/ARM/ |
2011-11-09-IllegalVectorFPIntConvert.ll | 3 define <2 x i32> @test1(<2 x double>* %A) { 4 ; CHECK: test1
|
ldr_post.ll | 4 ; CHECK-LABEL: test1: 7 define i32 @test1(i32 %a, i32 %b, i32 %c) {
|
ldr_pre.ll | 4 ; CHECK-LABEL: test1: 7 define i32* @test1(i32* %X, i32* %dest) {
|
sxt_rot.ll | 10 define signext i8 @test1(i32 %A) { 11 ; CHECK: test1
|
/external/llvm/test/CodeGen/PowerPC/ |
dcbt-sched.ll | 5 define i8 @test1(i8* noalias %a, i8* noalias %b, i8* noalias %c) nounwind { 18 ; CHECK: @test1
|
isel.ll | 6 define i64 @test1(i64 %a, i64 %b, i64 %c, i64 %d) { 11 ; CHECK: @test1
|
/external/llvm/test/CodeGen/SPARC/ |
basictest.ll | 12 define i32 @test1(i32 %X, i32 %Y) { 16 ; CHECK-LABEL: test1:
|
/external/llvm/test/CodeGen/Thumb/ |
large-stack.ll | 3 define void @test1() { 4 ; CHECK-LABEL: test1:
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-str_post.ll | 3 define i16 @test1(i32* %X, i16* %A) { 4 ; CHECK-LABEL: test1:
|
thumb2-sxt_rot.ll | 10 define signext i8 @test1(i32 %A) { 11 ; CHECK: test1
|
/external/llvm/test/CodeGen/X86/ |
asm-global-imm.ll | 12 ; CHECK: test1 $_GV 17 tail call void asm sideeffect "test1 $0", "i,~{dirflag},~{fpsr},~{flags}"( i32* @GV )
|
fast-isel-i1.ll | 6 define i32 @test1(i32 %x) nounwind { 7 ; CHECK-LABEL: test1:
|