Searched refs:test5 (Results 1 - 25 of 169) sorted by relevance

1234567

/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-conversions.js41 var test5 = { 13: function() {}, "13": 7 };
44 assertEquals(7, test5[13]);
/external/v8/test/mjsunit/
H A Dobject-literal-conversions.js41 var test5 = { 13: function() {}, "13": 7 };
44 assertEquals(7, test5[13]);
/external/clang/test/CodeGen/
H A Dattr-minsize.cpp59 void test5(T arg) { function
64 void test5<int>(int arg);
65 // Oz: define{{.*}}void @{{.*}}test5
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
71 void test5<float>(float arg);
72 // Oz: define{{.*}}void @{{.*}}test5
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
H A Dasm_arm.c37 // CHECK: @test5
39 void test5() { function
H A Dbool-convert.c8 _Bool test5; local
H A Dinline.c12 // CHECK1: define available_externally i32 @test5
34 // CHECK2: define available_externally i32 @test5
103 extern __inline int test5(void) __attribute__ ((__gnu_inline__));
104 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) function
109 void test_test5() { test5(); }
H A Dasm-inout.c42 // CHECK: @test5
44 __m64 test5(__m64 __A, __m64 __B) { function
H A Dstatements.c28 int test5(long long b) { function
H A Dblocks-1.c52 void test5() { function
76 test5();
H A D2003-09-18-BitfieldTests.c27 void test5(BF *b, int i) { // array ref function
H A Dvisibility.c72 // CHECK-DEFAULT: define hidden void @test5()
73 // CHECK-PROTECTED: define hidden void @test5()
74 // CHECK-HIDDEN: define hidden void @test5()
76 __private_extern__ void test5(void) {} function
/external/clang/test/Parser/
H A Dexpressions.c48 int test5(int);
50 return test5( // expected-note {{to match}}
51 test5(1)
H A Dstatements.c42 void test5() { function
H A Dimplicit-casts.c21 int y; void test5(char c) { y += c; } function
H A Dpointer-arithmetic.c8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
/external/clang/test/Sema/
H A 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 previous declaration}}
H A Dreturn-noreturn.c40 _Noreturn void test5() { function
H A Dwarn-shadow.c48 void test5(int i);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp27 namespace test5 = ns3;
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp23 int test5(bool x, bool y, int z) { function
/external/chromium_org/v8/test/webkit/
H A Ddictionary-no-cache.js90 var test5 = {__proto__:{__proto__:{prop:"on prototype's prototype"}}};
92 test5[i]=[i];
108 getTestProperty(test5);
109 getTestProperty(test5);
110 shouldBe("getTestProperty(test5)", '"on prototype\'s prototype"');
111 test5.prop = "on self";
112 shouldBe("getTestProperty(test5)", '"on self"');
/external/clang/test/SemaCXX/
H A Dcondition.cpp61 void test5() { function
66 test5<int>();
H A Dattr-weak.cpp15 static void test5() __attribute__((weak)); // no error
H A Dwarn-vla.cpp18 void test5(int n, int v[n]) { // expected-warning {{variable length array used}} function
/external/llvm/test/MC/AsmParser/
H A Dmacros.s47 .macro test5 _a
52 test5 zed1 label

Completed in 1804 milliseconds

1234567