/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
|
D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
D | bitfield-layout.cpp | 16 union Test3 { union
|
/external/clang/test/CodeGenObjC/ |
D | related-result-type.m | 43 @interface Test3 : NSString interface 47 @implementation Test3 implementation
|
D | arc-property.m | 90 @interface Test3 interface 122 @implementation Test3 implementation
|
/external/clang/test/CoverageMapping/ |
D | nestedclass.cpp | 14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct 15 static void emitTest3() { // CHECK-INNERMOST: File 0, [[@LINE]]:31 -> [[@LINE+2]]:8 = 0 in emitTest3()
|
/external/clang/test/SemaCXX/ |
D | bitfield-layout.cpp | 19 struct Test3 { struct 22 CHECK_SIZE(Test3, 4); argument
|
/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/SemaObjC/Inputs/ |
D | arc-system-header.h | 13 struct Test3 { struct 14 id *field;
|
/external/testng/src/test/java/test/pkg2/ |
D | Test3.java | 5 public class Test3 { class
|
/external/testng/src/test/java/test/superclass/ |
D | Test3.java | 7 public class Test3 extends BaseTest { class
|
/external/clang/test/SemaObjC/ |
D | default-synthesize-2.m | 42 @interface Test3 interface 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
D | warn-retain-cycle.m | 106 @interface Test3 { interface 112 @implementation Test3 implementation
|
D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
D | method-conflict-2.m | 27 @interface Test3 {} interface 32 @implementation Test3 implementation
|
D | objc-mixed-bridge-attribute.m | 38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr) function
|
D | check-objcbridge-related-attribute-lookup.m | 35 NSColor * Test3(NSTextField *textField, CGColorRef2 newColor) { function
|
D | arc-objcbridge-related-attribute.m | 33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
D | objcbridge-related-attribute.m | 33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.lua | 33 function Vec3_mt:Test3(obj) function
|
/external/clang/test/CodeGen/ |
D | temporary-lifetime.cpp | 86 void Test3() { in Test3() function
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 35 struct Test3 : B { struct
|
/external/clang/test/CXX/class/ |
D | p2-0x.cpp | 19 namespace Test3 { namespace
|
/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/ARCMT/ |
D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|