Home
last modified time | relevance | path

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

12345678910>>...24

/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/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.c109 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()
Dppc64-align-struct.c9 struct test5 { int x[17]; }; argument
34 void test5 (int x, struct test5 y) in test5() function
Dblocks-1.c52 void test5() { in test5() function
76 test5(); in main()
/external/clang/test/SemaCXX/
Dwarn-pessmizing-move.cpp79 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()
Dcondition.cpp61 void test5() { in test5() function
66 test5<int>(); in test5_inst()
/external/clang/test/CodeGenCXX/
Denable_if.cpp4 int test5(int);
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
9 int (*Ptr)(int) = &test5;
/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.pass.cpp81 void test5() in test5() function
120 void test5() {} in test5() function
131 test5(); in main()
Dcatch_member_data_pointer_01.pass.cpp127 void test5() in test5() function
170 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/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/v8/test/mjsunit/
Dobject-literal-conversions.js41 var test5 = { 13: function() {}, "13": 7 }; variable
44 assertEquals(7, test5[13]);
Ddebug-stepout-scope-part1.js96 function test5() { function
106 test5();
/external/icu/icu4c/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/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/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll51 %ret = call i8* @test5()
55 define i8* @test5() {
56 ; CHECK: define noalias i8* @test5

12345678910>>...24