Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/external/llvm/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll8 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()
Dreturned.ll39 ; 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/
Ddictionary-no-cache.js90 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/
Dattr-minsize.cpp59 void test5(T arg) { in test5() function
64 void test5<int>(int arg);
71 void test5<float>(float arg);
Dinline.c104 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()
Dblocks-1.c52 void test5() { in test5() function
76 test5(); in main()
/external/clang/test/Sema/
Dattr-visibility.c14 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/
Dcatch_const_pointer_nullptr.cpp81 void test5() in test5() function
120 void test5() {} in test5() function
131 test5(); in main()
Dcatch_ptr_02.cpp84 void test5 () in test5() function
190 test5(); in main()
/external/clang/test/Parser/
Dexpressions.c48 int test5(int);
50 return test5( // expected-note {{to match}} in test6()
51 test5(1) in test6()
/external/chromium_org/v8/test/mjsunit/
Dobject-literal-conversions.js41 var test5 = { 13: function() {}, "13": 7 }; variable
44 assertEquals(7, test5[13]);
Ddebug-stepout-scope-part1.js98 function test5() { function
108 test5();
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-969.js85 function test5() { return first((o.x += 1, typeof x5), 2); } function
86 assertEquals('number', test5());
88 assertEquals('undefined', test5());
Dregress-70066.js85 function test5(value) { function
91 assertEquals("5:false", test5(5), "test5");
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp208 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/
Dcitrtest.cpp207 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/
Dp1.cpp73 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/
Dp4.cpp70 void test5() { in test5() function
113 void test5() { in test5() function
160 void test5() { in test5() function
/external/clang/test/SemaCXX/
Dcondition.cpp61 void test5() { in test5() function
66 test5<int>(); in test5_inst()
/external/chromium_org/third_party/icu/source/test/testdata/
Dtest5.ucm6 # test5.ucm
11 <code_set_name> "test5"
/external/icu/icu4c/source/test/testdata/
Dtest5.ucm6 # test5.ucm
11 <code_set_name> "test5"
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s51 .macro test5 _a macro
56 test5 zed1 label
Dmacros-gas.s51 .macro test5 _a macro
56 test5 zed1
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
Dp1.cpp132 class test5 { class
139 int test5::inc(int x = default_x) { in inc()
/external/llvm/test/CodeGen/X86/
Drem.ll31 ; CHECK-LABEL: test5:
33 define i32 @test5(i32 %X) nounwind readnone {

12345678910>>...20