| /external/chromium_org/v8/test/mjsunit/ |
| compare-objects.js | 83 var obj2 = {test2: 3};
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-969.js | 64 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/webkit/ |
| nested-functions.js | 38 function test2() { "use strict"; return this; } 48 passed2 = test2() === undefined;
|
| /external/clang/test/Analysis/ |
| domtest.c | 39 int test2() function
|
| /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
| p3.cpp | 57 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/ |
| p4.cpp | 28 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/ |
| p11.cpp | 27 namespace test2 { namespace
|
| p13.cpp | 20 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);
|
| p8.cpp | 29 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/ |
| p1.cpp | 40 namespace test2 { namespace
|
| /external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
| p1.cpp | 22 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/ |
| p7.cpp | 23 same_type<decltype(v2), std::string> test2; local
|
| /external/clang/test/CXX/special/class.temporary/ |
| p1.cpp | 39 namespace test2 { namespace
|
| /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
| p6.cpp | 33 void test2() { function in namespace:test0 75 void test2() { function in namespace:test1
|
| /external/clang/test/CodeGen/ |
| address-space.c | 16 // CHECK-LABEL: define i32 @test2(i32 %i) 19 int test2(int i) { return ban[i]; } function
|
| alignment.c | 33 void test2(packedfloat4 *p) { function 36 // CHECK: @test2(
|
| altivec.c | 17 void test2() function
|
| arm64-aapcs-arguments.c | 12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce) 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { function
|
| blocks-1.c | 23 void test2() { function 73 test2();
|
| compound.c | 15 void test2(char c) { x += c; } function
|
| ppc64-align-struct.c | 6 struct test2 { int x; int y; } __attribute__((aligned (16))); struct 15 // CHECK: define void @test2(i32 signext %x, %struct.test2* byval align 16 %y) 16 void test2 (int x, struct test2 y) function 48 // CHECK: define void @test2va(%struct.test2* noalias sret %agg.result, i32 signext %x, ...) 56 // CHECK: bitcast i8* %ap.align to %struct.test2* 57 struct test2 test2va (int x, ...) 59 struct test2 y; 62 y = va_arg (ap, struct test2); [all...] |
| switch-dce.c | 26 // CHECK: @test2 33 void test2() { function
|
| types.c | 20 static void test2(void) {MpegEncContext s; s.pb;} function
|
| visibility.c | 55 // CHECK-DEFAULT-LABEL: define void @test2() 56 // CHECK-PROTECTED-LABEL: define void @test2() 57 // CHECK-HIDDEN-LABEL: define void @test2() 58 void test2(void); 59 void __attribute__((visibility("default"))) test2(void) {} function
|
| volatile-1.c | 317 // CHECK: define {{.*}} @test2() 318 int test2() { function
|