/external/llvm/test/Transforms/DeadArgElim/ |
D | 2008-06-23-DeadAfterLive.ll | 8 define internal i32 @test5() { 12 ; This function doesn't use the return value @test5 and tries to lure DAE into 13 ; marking @test5's return value dead because only this call is unused. 15 %DEAD = call i32 @test5() 19 ; This function ensures the retval of @test5 is live. 21 %LIVE = call i32 @test5()
|
D | returned.ll | 39 ; CHECK-LABEL: define internal void @test5(%Ty* %this) 41 define internal %Ty* @test5(%Ty* %this) { 52 ; CHECK: call void @test5(%Ty* %this) 53 %5 = call %Ty* @test5(%Ty* returned %this)
|
/external/chromium_org/v8/test/webkit/ |
D | dictionary-no-cache.js | 90 var test5 = {__proto__:{__proto__:{prop:"on prototype's prototype"}}}; variable 92 test5[i]=[i]; 108 getTestProperty(test5); 109 getTestProperty(test5); 111 test5.prop = "on self";
|
/external/clang/test/CodeGen/ |
D | attr-minsize.cpp | 59 void test5(T arg) { in test5() function 64 void test5<int>(int arg); 71 void test5<float>(float arg);
|
D | inline.c | 104 extern __inline int test5(void) __attribute__ ((__gnu_inline__)); 105 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) in test5() function 110 void test_test5() { test5(); } in test_test5()
|
D | blocks-1.c | 52 void test5() { in test5() function 76 test5(); in main()
|
/external/clang/test/Sema/ |
D | attr-visibility.c | 14 struct test5; 15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}} 16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match …
|
/external/libcxxabi/test/ |
D | catch_const_pointer_nullptr.cpp | 81 void test5() in test5() function 120 void test5() {} in test5() function 131 test5(); in main()
|
D | catch_ptr_02.cpp | 84 void test5 () in test5() function 190 test5(); in main()
|
/external/clang/test/Parser/ |
D | expressions.c | 48 int test5(int); 50 return test5( // expected-note {{to match}} in test6() 51 test5(1) in test6()
|
/external/chromium_org/v8/test/mjsunit/ |
D | object-literal-conversions.js | 41 var test5 = { 13: function() {}, "13": 7 }; variable 44 assertEquals(7, test5[13]);
|
D | debug-stepout-scope-part1.js | 98 function test5() { function 108 test5();
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-969.js | 85 function test5() { return first((o.x += 1, typeof x5), 2); } function 86 assertEquals('number', test5()); 88 assertEquals('undefined', test5());
|
D | regress-70066.js | 85 function test5(value) { function 91 assertEquals("5:false", test5(5), "test5");
|
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 208 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local 219 if (*test1 != *test5) in TestConstructionAndEquality() 226 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality() 240 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality() 244 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality() 250 delete test5; in TestConstructionAndEquality() 294 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local 316 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter() 326 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter() 338 test5->getText(result5); in TestConstructionAndEqualityUChariter() [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | citrtest.cpp | 207 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local 218 if (*test1 != *test5) in TestConstructionAndEquality() 225 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality() 239 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality() 243 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality() 249 delete test5; in TestConstructionAndEquality() 293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local 315 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter() 325 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter() 337 test5->getText(result5); in TestConstructionAndEqualityUChariter() [all …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 73 void test5() { in test5() function 116 void test5() { in test5() function 163 void test5() { in test5() function
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 70 void test5() { in test5() function 113 void test5() { in test5() function 160 void test5() { in test5() function
|
/external/clang/test/SemaCXX/ |
D | condition.cpp | 61 void test5() { in test5() function 66 test5<int>(); in test5_inst()
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | test5.ucm | 6 # test5.ucm 11 <code_set_name> "test5"
|
/external/icu/icu4c/source/test/testdata/ |
D | test5.ucm | 6 # test5.ucm 11 <code_set_name> "test5"
|
/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 51 .macro test5 _a macro 56 test5 zed1 label
|
D | macros-gas.s | 51 .macro test5 _a macro 56 test5 zed1
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
D | p1.cpp | 132 class test5 { class 139 int test5::inc(int x = default_x) { in inc()
|
/external/llvm/test/CodeGen/X86/ |
D | rem.ll | 31 ; CHECK-LABEL: test5: 33 define i32 @test5(i32 %X) nounwind readnone {
|