/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 125 define i32 @test15(i32 %A, i32 %B) { 126 ; CHECK-LABEL: @test15(
|
sext.ll | 165 define i32 @test15(i32 %x) nounwind { 170 ; CHECK-LABEL: @test15(
|
apint-shift.ll | 143 ; CHECK-LABEL: @test15( 145 define i45 @test15(i1 %C) {
|
call.ll | 260 define i32 @test15() { 261 ; CHECK-LABEL: @test15(
|
rem.ll | 139 define i64 @test15(i32 %x, i32 %y) { 140 ; CHECK-LABEL: @test15(
|
apint-sub.ll | 98 define i14 @test15(i14 %A, i14 %B) {
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vbtables.cpp | 259 namespace Test15 { 267 // CHECK-DAG: @"\01??_8E@Test15@@7BD@1@@" = 268 // CHECK-DAG: @"\01??_8E@Test15@@7BB@1@D@1@@" = 269 // CHECK-DAG: @"\01??_8E@Test15@@7BC@1@@" = 270 // CHECK-DAG: @"\01??_8E@Test15@@7BB@1@@" = 271 // CHECK-DAG: @"\01??_8C@Test15@@7B@" = 272 // CHECK-DAG: @"\01??_8D@Test15@@7B01@@" = 273 // CHECK-DAG: @"\01??_8D@Test15@@7BB@1@@" = 274 // CHECK-DAG: @"\01??_8B@Test15@@7B@" =
|
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/llvm/test/CodeGen/X86/ |
select.ll | 306 define i32 @test15(i32 %x) nounwind { 311 ; CHECK-LABEL: test15: 315 ; ATOM-LABEL: test15:
|
fast-isel-x86-64.ll | 177 define void @test15(i8* %a, i8* %b) nounwind { 180 ; CHECK-LABEL: test15:
|
combine-or.ll | 182 define <4 x i32> @test15(<4 x i32> %a, <4 x i32> %b) { 188 ; CHECK-LABEL: test15
|
fold-vector-sext-zext.ll | 201 define <4 x i32> @test15() { 209 ; CHECK-LABEL: test15
|
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 217 ; CHECK-LABEL: define void @test15( 221 define void @test15() {
|
/external/llvm/test/Transforms/Reassociate/ |
basictest.ll | 211 define i32 @test15(i32 %X1, i32 %X2, i32 %X3) { 217 ; CHECK-LABEL: @test15
|
/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
|
scope-check.c | 220 void test15(int n, void *pc) {
|
/external/clang/test/SemaCXX/ |
linkage2.cpp | 152 namespace test15 { namespace
|
/external/compiler-rt/test/tsan/ |
deadlock_detector_stress_test.cc | 420 void Test15() { 423 fprintf(stderr, "Starting Test15: recursive rlock\n"); 424 // DISABLEDCHECK-RD: Starting Test15 590 LockTest().Test15();
|
/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/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>'}}
|