/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/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 | 109 extern __inline int test5(void) __attribute__ ((__gnu_inline__)); 110 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) in test5() function 115 void test_test5() { test5(); } in test_test5()
|
D | ppc64-align-struct.c | 9 struct test5 { int x[17]; }; argument 34 void test5 (int x, struct test5 y) in test5() function
|
D | blocks-1.c | 52 void test5() { in test5() function 76 test5(); in main()
|
/external/clang/test/SemaCXX/ |
D | warn-pessmizing-move.cpp | 79 void test5(A) { in test5() function 80 test5(A()); in test5() 81 test5(test4()); in test5() 83 test5(std::move(A())); in test5() 88 test5(std::move(test4())); in test5()
|
D | condition.cpp | 61 void test5() { in test5() function 66 test5<int>(); in test5_inst()
|
/external/clang/test/CodeGenCXX/ |
D | enable_if.cpp | 4 int test5(int); 6 T test5(T) __attribute__((enable_if(1, "better than non-template"))); 9 int (*Ptr)(int) = &test5;
|
/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.pass.cpp | 81 void test5() in test5() function 120 void test5() {} in test5() function 131 test5(); in main()
|
D | catch_member_data_pointer_01.pass.cpp | 127 void test5() in test5() function 170 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/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/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 | 96 function test5() { function 106 test5();
|
/external/icu/icu4c/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/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/llvm/test/Transforms/FunctionAttrs/ |
D | nonnull.ll | 51 %ret = call i8* @test5() 55 define i8* @test5() { 56 ; CHECK: define noalias i8* @test5
|