Home
last modified time | relevance | path

Searched defs:Test3 (Results 1 – 25 of 74) sorted by relevance

123

/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
Dcxx11-vtable-key-function.cpp28 namespace Test3 { namespace
Dbitfield-layout.cpp16 union Test3 { union
/external/clang/test/CodeGenObjC/
Drelated-result-type.m43 @interface Test3 : NSString interface
47 @implementation Test3 implementation
Darc-property.m90 @interface Test3 interface
122 @implementation Test3 implementation
/external/clang/test/CoverageMapping/
Dnestedclass.cpp14 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/
Dbitfield-layout.cpp19 struct Test3 { struct
22 CHECK_SIZE(Test3, 4); argument
/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/SemaObjC/Inputs/
Darc-system-header.h13 struct Test3 { struct
14 id *field;
/external/testng/src/test/java/test/pkg2/
DTest3.java5 public class Test3 { class
/external/testng/src/test/java/test/superclass/
DTest3.java7 public class Test3 extends BaseTest { class
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m106 @interface Test3 { interface
112 @implementation Test3 implementation
Ddefault-synthesize-2.m42 @interface Test3 interface
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
Dobjc-mixed-bridge-attribute.m38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr) function
Dmethod-conflict-1.m66 @interface Test3 {} interface
71 @implementation Test3 implementation
Dcheck-objcbridge-related-attribute-lookup.m35 NSColor * Test3(NSTextField *textField, CGColorRef2 newColor) { function
Dmethod-conflict-2.m27 @interface Test3 {} interface
32 @implementation Test3 implementation
Darc-objcbridge-related-attribute.m33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
Dobjcbridge-related-attribute.m33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
/external/clang/test/CodeGen/
Dtemporary-lifetime.cpp86 void Test3() { in Test3() function
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp35 struct Test3 : B { struct
/external/clang/test/CXX/class/
Dp2-0x.cpp19 namespace Test3 { namespace
/external/clang/test/CXX/basic/basic.link/
Dp7.cpp39 namespace Test3 { namespace
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface
38 @implementation Test3 implementation
/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

123