/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 692 namespace Test18 { 709 // CHECK-25: Vtable for 'Test18::D' (24 entries). 716 // CHECK-25-NEXT: 6 | Test18::D RTTI 717 // CHECK-25-NEXT: -- (Test18::A, 0) vtable address -- 718 // CHECK-25-NEXT: -- (Test18::B, 0) vtable address -- 719 // CHECK-25-NEXT: -- (Test18::D, 0) vtable address -- 720 // CHECK-25-NEXT: 7 | void Test18::D::f() 721 // CHECK-25-NEXT: 8 | void Test18::C::g() 723 // CHECK-25-NEXT: 9 | void Test18::D::h() 728 // 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/clang/test/Parser/ |
char-literal-printing.c | 24 wchar_t test18(void) { return L'\t'; } function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 101 test18 __attribute__((deprecated)), variable
|
block-misc.c | 186 void test18() {
|
return.c | 101 int test18() { function
|
switch.c | 297 int test18() { function
|
exprs.c | 167 void test18(int b) { function
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 157 define i32 @test18(i32 %A, i32 %B) { 158 ; CHECK: @test18
|
apint-shift.ll | 167 ; CHECK: @test18 169 define i1 @test18(i11 %A) {
|
apint-sub.ll | 118 define i128 @test18(i128 %Y) {
|
or.ll | 166 define i1 @test18(i32 %A) { 172 ; CHECK: @test18
|
sub.ll | 170 define i64 @test18(i64 %Y) { 175 ; CHECK: @test18
|
set.ll | 108 define i1 @test18(i1 %C, i32 %a) {
|
xor.ll | 121 define i32 @test18(i32 %A) {
|
and.ll | 129 define i1 @test18(i32 %A) {
|
getelementptr.ll | 170 define i1 @test18(i16* %P, i32 %I) { 174 ; CHECK: @test18
|
icmp.ll | 171 define i1 @test18(i32 %x) nounwind { 176 ; CHECK: @test18
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 229 define void @test18(float* %p1) { 232 ; CHECK: test18:
|
/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/ExecutionEngine/ |
test-setcond-int.ll | 37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 265 ; CHECK: define void @test18( 270 define void @test18() {
|
/external/clang/test/CodeGen/ |
mmx-builtins.c | 95 __m64 test18(__m128d a) { function
|
/external/clang/test/SemaObjC/ |
arc.m | 397 void test18(void) { 399 [x test18]; // expected-error {{no known instance method for selector 'test18'}}
|