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

12345

/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 Dasm_arm.c36 // CHECK: @test5
38 void test5() { function
H A Dbool-convert.c8 _Bool test5; local
H A Dinline.c14 // RUN: grep "define available_externally i32 @test5" %t
30 // RUN: grep "define available_externally i32 @test5" %t
83 extern __inline int test5(void) __attribute__ ((__gnu_inline__));
84 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) function
89 void test_test5() { test5(); }
H A Dstatements.c34 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 Dbuiltin-memfns.c40 // CHECK: @test5
42 void test5(char *P, char *Q) { function
H A Ddostmt.c65 void test5() { function
H A Dswitch-dce.c85 void test5() { 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
H A Dcxx-decl.cpp70 struct test5 {}; struct
71 ::new(static_cast<void*>(0)) test5; // expected-error {{expected unqualified-id}}
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp26 namespace test5 = ns3;
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp15 static void test5() __attribute__((weak)); // no error
H A Dattr-noreturn.cpp5 namespace test5 { namespace
H A Dwarn-unreachable.cpp61 void test5() { function
/external/clang/test/Sema/
H A Dwarn-shadow.c48 void test5(int i);
H A Dblock-args.c45 void test5(void) { function
H A Dconstant-conversion.c49 void test5() { function
/external/v8/test/mjsunit/regress/
H A Dregress-969.js85 function test5() { return first((o.x += 1, typeof x5), 2); } function
86 assertEquals('number', test5());
88 assertEquals('undefined', test5());
/external/clang/test/CodeGenCXX/
H A Dnrvo.cpp139 X test5() { function
/external/clang/test/Rewriter/
H A Drewrite-block-literal.c53 void test5() {

Completed in 320 milliseconds

12345