Home
last modified time | relevance | path

Searched refs:Test3 (Results 1 – 25 of 81) 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()
Dconst-init-cxx11.cpp94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() struct
96 extern constexpr Test3 t3 = Test3();
Dcxx11-vtable-key-function.cpp28 namespace Test3 { namespace
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/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.c16 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable
20 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
/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js430 function Test3(iter) { class in TestTryCatch
435 Test3(instantiate(g));
499 function Test3(iter) { class in TestTryFinally
504 Test3(instantiate(g));
585 function Test3(iter) { class in TestNestedTry
591 Test3(instantiate(g));
/external/testng/src/test/java/test/pkg2/
DTest3.java5 public class Test3 { class
/external/clang/test/CoverageMapping/
Dnestedclass.cpp14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct
/external/testng/src/test/java/test/superclass/
DTest3.java7 public class Test3 extends BaseTest { class
/external/chromium-trace/catapult/telemetry/examples/browser_tests/
Dsimple_sharding_test.py17 def Test3(self): member in SimpleShardingTest
/external/clang/test/CXX/class/
Dp2-0x.cpp19 namespace Test3 { namespace
/external/clang/test/SemaObjC/Inputs/
Darc-system-header.h13 struct Test3 { struct
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc73 TEST_F(FooTest, Test3) { in TEST_F() argument
/external/google-breakpad/src/testing/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
Dobjcmt-protocol-conformance.m.result33 @interface Test3 : NSObject<P> { // Test for Super class and no protocol list
38 @implementation Test3

1234