/external/clang/test/CodeGenCXX/ |
D | constructor-direct-call.cpp | 38 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()
|
D | value-init.cpp | 100 struct Test3 : public Test { }; struct 126 Test3 empty3[3] = {}; in f()
|
D | const-init-cxx11.cpp | 94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() struct 96 extern constexpr Test3 t3 = Test3();
|
D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
D | bitfield-layout.cpp | 16 union Test3 { union
|
/external/clang/test/SemaCXX/ |
D | bitfield-layout.cpp | 19 struct Test3 { struct 22 CHECK_SIZE(Test3, 4); argument 23 CHECK_ALIGN(Test3, 4);
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 26 struct Test3 : B { struct 36 Test3<Base> test3a(42); 37 Test3<Base> test3b(nullptr);
|
/external/clang/test/CodeGenObjC/ |
D | related-result-type.m | 43 @interface Test3 : NSString interface 47 @implementation Test3 implementation 48 // CHECK: define internal {{.*}}i8* @"\01-[Test3 init]"
|
D | arc-property.m | 90 @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/ |
D | p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} class 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 16 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/ |
D | default-synthesize-2.m | 41 // Test3 42 @interface Test3 interface 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
D | arc-property.m | 60 @interface Test3 interface 63 void test3(Test3 *t3) {
|
D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
/external/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 430 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/ |
D | Test3.java | 5 public class Test3 { class
|
/external/clang/test/CoverageMapping/ |
D | nestedclass.cpp | 14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct
|
/external/testng/src/test/java/test/superclass/ |
D | Test3.java | 7 public class Test3 extends BaseTest { class
|
/external/chromium-trace/catapult/telemetry/examples/browser_tests/ |
D | simple_sharding_test.py | 17 def Test3(self): member in SimpleShardingTest
|
/external/clang/test/CXX/class/ |
D | p2-0x.cpp | 19 namespace Test3 { namespace
|
/external/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 13 struct Test3 { struct
|
/external/protobuf/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 73 TEST_F(FooTest, Test3) { in TEST_F() argument
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 73 TEST_F(FooTest, Test3) { in TEST_F() argument
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|
D | objcmt-protocol-conformance.m.result | 33 @interface Test3 : NSObject<P> { // Test for Super class and no protocol list 38 @implementation Test3
|