/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 32 class test29 : virtual test28 { virtual void f(); }; class in inherits:test28 33 class test30 : virtual test29 { virtual void f(); };
|
/external/clang/test/CodeGenObjC/ |
arc.m | 652 @interface Test29 : Test29_super 656 @implementation Test29 659 // CHECK: define internal i8* @"\01-[Test29 init]"([[TEST29:%[^*]*]]* {{%.*}}, 660 // CHECK: [[SELF:%.*]] = alloca [[TEST29]]*, align 8 663 // CHECK-NEXT: store [[TEST29]]* {{%.*}}, [[TEST29]]** [[SELF]] 668 // CHECK-NEXT: [[T0:%.*]] = load [[TEST29]]** [[SELF]], align 8 672 // CHECK-NEXT: store [[TEST29]]* null, [[TEST29]]** [[SELF] [all...] |
/external/clang/test/Parser/ |
char-literal-printing.c | 39 char16_t test29(void) { return u'\b'; } function
|
/external/clang/test/Sema/ |
return.c | 196 int test29() { function
|
uninit-variables.c | 216 void test29() { function
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 48 %test29 = icmp slt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-setcond-int.ll | 48 %test29 = icmp slt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
or.ll | 297 define i1 @test29(i32* %A, i32* %B) { 303 ; CHECK: @test29
|
sub.ll | 305 define i64 @test29(i8* %foo, i64 %i, i64 %j) { 312 ; CHECK: @test29
|
and.ll | 214 define i32 @test29(i8 %X) {
|
getelementptr.ll | 319 define i32 @test29(i8* %start, i32 %X) nounwind { 335 ; CHECK: @test29
|
add.ll | 222 define i32 @test29(i32 %X, i32 %x) {
|
icmp.ll | 281 ; CHECK: @test29 285 define i1 @test29(i32 %x, i32 %y) {
|
shift.ll | 404 define i32 @test29(i64 %d18) { 410 ; CHECK: @test29
|
select.ll | 442 define i32 @test29(i1 %cond, i32 %A, i32 %B) { 455 ; CHECK: @test29
|
cast.ll | 234 define i32 @test29(i32 %c1, i32 %c2) {
|
/external/clang/test/CodeGen/ |
mmx-builtins.c | 150 __m64 test29(__m64 a, __m64 b) { function
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | [all...] |
mangle.cpp | 724 namespace test29 { namespace
|
visibility.cpp | 45 namespace test29 { namespace
|
/external/icu4c/test/testdata/ |
ssearch.xml | 211 <test-case id="test29" strength="PRIMARY" locale="en">
|
/external/clang/test/SemaObjC/ |
arc.m | 558 @interface Test29 562 @implementation Test29
|
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 1446 namespace test29 { namespace [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | 1137 // test29: TN. Synchronization via Mutex, then PCQ. 4 threads. {{{1 1138 namespace test29 { namespace 1170 printf("test29: negative\n"); 1181 } // namespace test29 [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
basic.ll | 1005 ; CHECK: define void @test29( 1018 define void @test29(i8* %p, i1 %x, i1 %y) { [all...] |