/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 21 class test18 : virtual test17 { virtual void f(); }; class in inherits:test17 22 class test19 : virtual test18 { virtual void f(); };
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 693 namespace Test18 { 710 // CHECK-25: Vtable for 'Test18::D' (24 entries). 717 // CHECK-25-NEXT: 6 | Test18::D RTTI 718 // CHECK-25-NEXT: -- (Test18::A, 0) vtable address -- 719 // CHECK-25-NEXT: -- (Test18::B, 0) vtable address -- 720 // CHECK-25-NEXT: -- (Test18::D, 0) vtable address -- 721 // CHECK-25-NEXT: 7 | void Test18::D::f() 722 // CHECK-25-NEXT: 8 | void Test18::C::g() 724 // CHECK-25-NEXT: 9 | void Test18::D::h() 729 // CHECK-25-NEXT: 14 | Test18::D RTT [all...] |
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 150 ; @test18 152 define i64 @test18(i64 %a) {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 95 public static Runnable[][][][][][] test18() { method in class:Blort
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 314 define x86_fp80 @test18(i32 %a, i32 %b, x86_fp80 %x) nounwind { 319 ; SSE: test18: 322 ; NOSSE2: test18: 325 ; NOSSE1: test18: 328 ; NOCMOV: test18:
|
select.ll | 348 define i8 @test18(i32 %x, i8 zeroext %a, i8 zeroext %b) nounwind { 352 ; CHECK: test18: 356 ; ATOM: test18:
|
fast-isel-x86-64.ll | 235 define void @test18(float* %p1) { 238 ; CHECK: test18:
|
/external/clang/test/Parser/ |
char-literal-printing.c | 24 wchar_t test18(void) { return L'\t'; } function
|
declarators.c | 106 void test18() { function
|
/external/clang/test/CodeGen/ |
object-size.c | 142 // CHECK: @test18 143 unsigned test18(int cond) { function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 101 test18 __attribute__((deprecated)), variable
|
block-misc.c | 186 void test18() {
|
builtins.c | 180 void test18() { function
|
return.c | 101 int test18() { function
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 156 define i32 @test18(i32 %A, i32 %B) { 157 ; CHECK: @test18
|
apint-shift.ll | 177 ; CHECK: @test18 179 define i1 @test18(i11 %A) {
|
apint-sub.ll | 118 define i128 @test18(i128 %Y) {
|
objsize.ll | 370 ; CHECK: @test18 372 define i32 @test18() {
|
or.ll | 166 define i1 @test18(i32 %A) { 172 ; CHECK: @test18
|
sub.ll | 170 define i64 @test18(i64 %Y) { 175 ; CHECK: @test18
|
/external/clang/test/Misc/ |
diag-template-diffing-color.cpp | 54 void test18() { function
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-setcond-int.ll | 37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 228 define void @test18(i8* %P, i8* %Q, i8* %R) nounwind ssp { 232 ; CHECK: @test18
|
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 265 ; CHECK: define void @test18( 270 define void @test18() {
|