/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(); };
|
linkage2.cpp | 190 namespace test18 { namespace
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 781 namespace Test18 { 798 // CHECK-25: Vtable for 'Test18::D' (24 entries). 805 // CHECK-25-NEXT: 6 | Test18::D RTTI 806 // CHECK-25-NEXT: -- (Test18::A, 0) vtable address -- 807 // CHECK-25-NEXT: -- (Test18::B, 0) vtable address -- 808 // CHECK-25-NEXT: -- (Test18::D, 0) vtable address -- 809 // CHECK-25-NEXT: 7 | void Test18::D::f() 810 // CHECK-25-NEXT: 8 | void Test18::C::g() 812 // CHECK-25-NEXT: 9 | void Test18::D::h() 817 // CHECK-25-NEXT: 14 | Test18::D RTT [all...] |
microsoft-abi-vbtables.cpp | 333 namespace Test18 { 341 // CHECK-DAG: @"\01??_8E@Test18@@7BC@1@D@1@@" = 342 // CHECK-DAG: @"\01??_8E@Test18@@7BB@1@D@1@@" = 343 // CHECK-DAG: @"\01??_8E@Test18@@7BC@1@@" = 344 // CHECK-DAG: @"\01??_8E@Test18@@7BB@1@@" = 345 // CHECK-DAG: @"\01??_8B@Test18@@7B@" = 346 // CHECK-DAG: @"\01??_8C@Test18@@7B@" = 347 // CHECK-DAG: @"\01??_8D@Test18@@7BC@1@@" = 348 // CHECK-DAG: @"\01??_8D@Test18@@7BB@1@@" =
|
/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/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/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 314 define x86_fp80 @test18(i32 %a, i32 %b, x86_fp80 %x) nounwind { 319 ; SSE-LABEL: test18: 322 ; NOSSE2-LABEL: test18: 325 ; NOSSE1-LABEL: test18: 328 ; NOCMOV-LABEL: test18:
|
fp-select-cmp-and.ll | 175 define double @test18(double %a, double %b, double %c, double %eps) { 180 ; CHECK-LABEL: @test18
|
select.ll | 348 define i8 @test18(i32 %x, i8 zeroext %a, i8 zeroext %b) nounwind { 352 ; CHECK-LABEL: test18: 356 ; ATOM-LABEL: test18:
|
fast-isel-x86-64.ll | 235 define void @test18(float* %p1) { 238 ; CHECK-LABEL: test18:
|
/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-LABEL: @test18(
|
apint-shift.ll | 177 ; CHECK-LABEL: @test18( 179 define i1 @test18(i11 %A) {
|
rem.ll | 176 define i32 @test18(i16 %x, i32 %y) { 177 ; CHECK: @test18
|
apint-sub.ll | 118 define i128 @test18(i128 %Y) {
|
/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-interp-vec-setcond-int.ll | 37 %test18 = icmp ne <3 x i32> %uint1, %uint2
|
test-setcond-int.ll | 37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
|