Home
last modified time | relevance | path

Searched refs:Test3 (Results 1 – 25 of 77) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Dconstructor-direct-call.cpp38 class Test3 { class
40 Test3() { a = 10; b = 15; c = 20; } in Test3() function in Test3
41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3() function in Test3
49 Test3 var; in f3()
52 Test3 var2; in f3()
55 var.Test3::Test3(); in f3()
58 var.Test3::Test3(var2); in f3()
Dvalue-init.cpp100 struct Test3 : public Test { }; struct
126 Test3 empty3[3] = {}; in f()
Dcxx11-vtable-key-function.cpp28 namespace Test3 { namespace
Dconst-init-cxx11.cpp94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() argument
96 extern constexpr Test3 t3 = Test3();
Dbitfield-layout.cpp16 union Test3 { union
/external/clang/test/SemaCXX/
Dbitfield-layout.cpp19 struct Test3 { struct
22 CHECK_SIZE(Test3, 4); argument
23 CHECK_ALIGN(Test3, 4);
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp26 struct Test3 : B { struct
36 Test3<Base> test3a(42);
37 Test3<Base> test3b(nullptr);
/external/clang/test/CodeGenObjC/
Drelated-result-type.m43 @interface Test3 : NSString interface
47 @implementation Test3 implementation
48 // CHECK: define internal i8* @"\01-[Test3 init]"
Darc-property.m90 @interface Test3 interface
94 void test3(Test3 *t) {
122 @implementation Test3 implementation
127 // CHECK: define internal i8* @"\01-[Test3 copyMachine]"(
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3357.test26 insert into a(b_id, myvalue) values(1,'Test3');
40 } {1 1 Test btest 2 1 Test2 btest 3 1 Test3 btest}
51 } {1 1 Test 2 1 Test2 3 1 Test3}
62 } {1 1 Test 2 1 Test2 3 1 Test3}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
Dp1.cpp29 class Test3 {}; // expected-note {{previous definition}} class
32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
/external/clang/test/Sema/
Dattr-capabilities.c12 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable
16 struct __attribute__((capability(12))) Test3 {}; // expected-error {{'capability' attribute require… struct
/external/clang/test/SemaObjC/
Ddefault-synthesize-2.m41 // Test3
42 @interface Test3 interface
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
Darc-property.m60 @interface Test3 interface
63 void test3(Test3 *t3) {
Dmethod-conflict-1.m66 @interface Test3 {} interface
71 @implementation Test3 implementation
Dmethod-conflict-2.m27 @interface Test3 {} interface
32 @implementation Test3 implementation
Dproperty-category-4.m51 // Test3
63 // Test3
/external/chromium_org/v8/test/mjsunit/es6/
Dgenerators-iteration.js467 function Test3(iter) { class in TestTryCatch
472 Test3(instantiate(g));
536 function Test3(iter) { class in TestTryFinally
541 Test3(instantiate(g));
622 function Test3(iter) { class in TestNestedTry
628 Test3(instantiate(g));
/external/chromium_org/base/android/jni_generator/
DtestJarJarRemapping.golden34 static void Test3(JNIEnv* env, jclass jcaller,
59 "V", reinterpret_cast<void*>(Test3) },
/external/clang/test/SemaCUDA/
Dlaunch_bounds.cu8 __launch_bounds__(1, 2, 3) void Test3(void); // expected-error {{'launch_bounds' attribute takes no…
/external/clang/test/CXX/class/
Dp2-0x.cpp19 namespace Test3 { namespace
/external/clang/test/SemaObjC/Inputs/
Darc-system-header.h13 struct Test3 { struct
/external/chromium_org/sync/internal_api/public/util/
Dweak_handle_unittest.cc37 MOCK_METHOD3(Test3, void(const int&, Base*, float));
117 EXPECT_CALL(b, Test3(5, &b, 5)); in TEST_F()
127 h.Call(FROM_HERE, &Base::Test3, 5, &b, 5); in TEST_F()
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc73 TEST_F(FooTest, Test3) { in TEST_F() argument
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface
38 @implementation Test3 implementation

1234