/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 217 ; CHECK-LABEL: define void @test15( 221 define void @test15() {
|
/external/llvm/test/Transforms/Reassociate/ |
basictest.ll | 207 define i32 @test15(i32 %X1, i32 %X2, i32 %X3) { 213 ; CHECK-LABEL: @test15(
|
/external/clang/test/CodeGenCXX/ |
linkage.cpp | 188 namespace test15 { namespace
|
vtable-layout.cpp | 664 namespace Test15 { 672 // CHECK-22: Vtable for 'Test15::D' (11 entries). 676 // CHECK-22-NEXT: 3 | Test15::D RTTI 677 // CHECK-22-NEXT: -- (Test15::A, 0) vtable address -- 678 // CHECK-22-NEXT: -- (Test15::D, 0) vtable address -- 679 // CHECK-22-NEXT: 4 | void Test15::A::a() 680 // CHECK-22-NEXT: 5 | void Test15::D::f() 684 // CHECK-22-NEXT: 9 | Test15::D RTTI 685 // CHECK-22-NEXT: -- (Test15::B, 8) vtable address -- 686 // CHECK-22-NEXT: -- (Test15::C, 8) vtable address - [all...] |
/external/clang/test/Misc/ |
diag-template-diffing-color.cpp | 24 void test15() { function
|
/external/clang/test/Sema/ |
block-misc.c | 146 void test15() {
|
builtins.c | 110 void test15(const char *s) { function
|
return.c | 89 int test15() { function
|
scope-check.c | 220 void test15(int n, void *pc) {
|
asm.c | 135 double test15() { function
|
switch.c | 271 void test15() { function
|
/external/clang/test/SemaCXX/ |
linkage2.cpp | 152 namespace test15 { namespace
|
class-layout.cpp | 445 namespace test15 { namespace in namespace:PR16537
|
scope-check.cpp | 265 namespace test15 { namespace
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 34 %test15 = icmp ugt <3 x i32> %uint1, %uint2
|
test-setcond-int.ll | 34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
apint-sub.ll | 98 define i14 @test15(i14 %A, i14 %B) {
|
or.ll | 133 define i1 @test15(i32 %A, i32 %B) { 139 ; CHECK-LABEL: @test15(
|
sub.ll | 140 define i32 @test15(i32 %A, i32 %B) { 144 ; CHECK-LABEL: @test15(
|
/external/clang/test/CXX/class.access/ |
p4.cpp | 369 namespace test15 { namespace 375 int protected_foo; // expected-note 3 {{declared protected here}} // expected-note {{can only access this member on an object of type 'test15::B<int>'}}
|
/external/llvm/test/CodeGen/X86/ |
sse2.ll | 186 define <4 x float> @test15(<4 x float>* %x, <4 x float>* %y) nounwind { 192 ; CHECK-LABEL: test15:
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 184 define void @test15(i8* %P, i8* %Q) nounwind ssp { 188 ; CHECK-LABEL: @test15(
|
/external/llvm/test/Transforms/JumpThreading/ |
basic.ll | 456 ; CHECK-LABEL: @test15( 457 define i32 @test15(i32 %len) {
|
/external/clang/test/CodeGen/ |
mmx-builtins.c | 80 __m64 test15(__m64 a) { function
|