Searched defs:test7 (Results 26 - 50 of 72) sorted by relevance

123

/external/v8/test/mjsunit/regress/
H A Dregress-70066.js107 function test7(object) { function
112 assertEquals(true, test7(o), "test7");
113 assertEquals(void 0, o.value, "test7");
114 assertEquals(0, x, "test7"); // Global x is undisturbed.
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp113 namespace test7 { namespace
125 // Like test7, but ensure we don't complain if the type is properly
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp252 namespace test7 { namespace
/external/clang/test/CodeGen/
H A Ddecl.c10 // CHECK: @test7 = global [2 x %struct.test7s] [%struct.test7s { i32 1, i32 2 }, %struct.test7s { i32 4, i32 0 }]
82 struct test7s { int a; int b; } test7[] = { variable in typeref:struct:test7s
H A Dext-vector.c129 // CHECK: @test7
130 void test7(int4 *ap, int4 *bp, int c) { function
H A Dobject-size.c55 // CHECK: define void @test7
56 void test7() { function
H A Dvla.c194 void test7(int a[b(0)]) { function
195 // CHECK: define void @test7(
H A Dbuiltins-ppc-altivec.c3058 // CHECK: define void @test7
3059 void test7() { function
H A Dinit.c53 // CHECK: @test7 = global{{.*}}{ i32 0, [4 x i8] c"bar\00" }
60 struct a7 test7 = { .b = 0, .v = "bar" }; variable in typeref:struct:a7
/external/clang/test/CodeGenCXX/
H A Darm.cpp288 namespace test7 { namespace
H A Deh.cpp103 namespace test7 { namespace
H A Dexceptions.cpp308 namespace test7 { namespace
H A Dglobal-init.cpp153 namespace test7 { namespace
H A Dmangle-template.cpp69 namespace test7 { namespace
85 // CHECK: define weak_odr {{.*}} @_ZN5test71XIiEC1IdEEPT_PNS_5int_cIXplL_ZNS_4metaIiE5valueEEsr4metaIS3_EE5valueEE4typeE(%"struct.test7::X"* %this, double*, float*) unnamed_addr
H A Dmember-function-pointers.cpp185 namespace test7 { namespace
/external/clang/test/Sema/
H A Dattr-deprecated.c60 typedef foo_dep test7(struct bar_dep*) __attribute__((deprecated)); typedef
H A Dconstant-conversion.c65 void test7() { function
/external/clang/test/SemaCXX/
H A Dast-print.cpp58 template <class S> void test7() function
H A Dcompare.cpp302 void test7(unsigned long other) { function
H A Dfriend.cpp134 namespace test7 { namespace
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js69 Test.prototype.test7 = function() {
119 t.test7();
/external/clang/test/CXX/class.access/
H A Dp6.cpp158 namespace test7 { namespace
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp81 only<int (S::*)> test7 = p7; local
/external/clang/test/Parser/
H A Dchar-literal-printing.c13 char test7(void) { return '\b'; } function
H A Ddeclarators.c53 float *test7() { function

Completed in 368 milliseconds

123