Searched refs:test4 (Results 1 - 25 of 128) sorted by relevance

123456

/external/v8/test/mjsunit/
H A Dobject-literal-conversions.js34 var test4 = { 13.213000: 6, "13.213": 7 };
39 assertEquals(7, test4[13.213]);
/external/clang/test/CodeGen/
H A Dasm_arm.c25 void test4(float *a, float *b) { function
26 // CHECK: @test4
H A Dbool-convert.c6 _Bool (*test4)[]; variable
H A Dvisibility.c22 // CHECK-DEFAULT: @test4 = hidden global i32 10
23 // CHECK-PROTECTED: @test4 = hidden global i32 10
24 // CHECK-HIDDEN: @test4 = hidden global i32 10
68 extern int test4;
69 __private_extern__ int test4 = 10; variable
H A Dasm-inout.c34 int test4(volatile int *addr) { function
H A Drestrict.c23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
H A Dinline.c13 // RUN: grep "define available_externally i32 @test4" %t
29 // RUN: grep "define available_externally i32 @test4" %t
75 extern int test4(void);
76 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) function
81 void test_test4() { test4(); }
H A Daddress-space.c38 // CHECK: define void @test4(
41 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { function
H A Dstatements.c15 void test4() { function
H A Dblocks-1.c43 int test4() { function
75 rv += test4();
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp18 int test4() { function
H A Dexpr.cpp27 int test4() { function
H A Dblocks.cpp50 void test4() { function in namespace:test1
109 namespace test4 { namespace
/external/llvm/test/MC/AsmParser/
H A Dmacros.s34 .macro test4
39 test4 a b)(,),(cd) label
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp35 namespace test4 { namespace
/external/clang/test/Parser/
H A Dstatements.c33 void test4() { function
H A Dexpressions.c21 int test4() { function
22 test4();
H A Dimplicit-casts.c20 short x; void test4(char c) { x += c; } function
H A Dpointer-arithmetic.c6 int test4(int *a, int *b) { return a - b; } function
/external/clang/test/Sema/
H A Dwarn-shadow.c39 struct test4 { struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
H A Dasm.c37 void test4(const volatile void *addr) function
42 asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constraint 'r'}}
43 asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint 'm'}}
H A Dreturn-noreturn.c35 test4() { function
/external/v8/test/mjsunit/regress/
H A Dregress-3185905.js52 function test4(x) {
60 test4(0)
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp25 namespace test4 = ns2;
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}

Completed in 251 milliseconds

123456