Searched defs:test2 (Results 176 - 200 of 540) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dnestedfns.c26 void test2() function
30 printf( "Inside test2\n" );
38 test2();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js63 function test2() { function
86 test(test2, 65);
90 eval(test2.toString() + "//@ sourceUrl=foo");
94 test(test2, 3);
H A Dregress-70066.js47 function test2() { function
56 assertEquals("2:false", test2(), "test2");
57 assertEquals(0, x, "test2"); // Global x is undisturbed.
H A Dregress-969.js64 function test2() { return first((++y, typeof x2), 2); } function
65 assertEquals('number', test2(), 'test2 before');
67 assertEquals('undefined', test2(), 'test2 after');
/external/chromium_org/v8/test/mjsunit/
H A Dcompare-objects.js83 var obj2 = {test2: 3};
/external/chromium_org/v8/test/webkit/
H A Dnested-functions.js38 function test2() { "use strict"; return this; }
48 passed2 = test2() === undefined;
/external/clang/test/Analysis/
H A Ddomtest.c39 int test2() function
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp57 namespace test2 { namespace
76 static void test2() { function in struct:test2::A
95 a.test2(); // expected-note {{in instantiation}}
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp28 namespace test2 { namespace
33 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
34 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp27 namespace test2 { namespace
H A Dp13.cpp20 Opaque0 test2(int*);
31 using Base::test2;
32 Opaque1 test2(int*) const;
48 void test2() { function in namespace:test0
49 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0);
H A Dp8.cpp29 void test2() { function in namespace:test0
62 void test2() { function in namespace:test1
69 namespace test2 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp40 namespace test2 { namespace
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp22 void test2() { function
26 x = sizeof(test2()); // expected-error {{invalid application of 'sizeof' to an incomplete type 'void'}}
27 x = sizeof(test2); // expected-error {{invalid application of 'sizeof' to a function type}}
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp7.cpp23 same_type<decltype(v2), std::string> test2; local
/external/clang/test/CXX/special/class.temporary/
H A Dp1.cpp39 namespace test2 { namespace
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp33 void test2() { function in namespace:test0
75 void test2() { function in namespace:test1
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp12.cpp31 namespace test2 { namespace
46 template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private member of 'test2::A'}}
/external/clang/test/CodeGen/
H A D2003-09-18-BitfieldTests.c14 void test2(BF *b) { // Increment and decrement operators function
H A Daddress-space.c16 // CHECK-LABEL: define i32 @test2(i32 %i)
19 int test2(int i) { return ban[i]; } function
H A Dalignment.c33 void test2(packedfloat4 *p) { function
36 // CHECK: @test2(
H A Daltivec.c17 void test2() function
H A Dasm-inout.c12 // CHECK: @test2
13 void test2() { function
H A Dblocks-1.c23 void test2() { function
73 test2();
H A Dbool-convert.c8 // CHECK-LABEL: @test2 = common global i8* null
9 _Bool* test2; variable

Completed in 5433 milliseconds

1234567891011>>