/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A 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
|
H A D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
H A D | bitfield-layout.cpp | 16 union Test3 { union
|
H A D | thunks-available-externally.cpp | 64 namespace Test3 { namespace
|
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/Inputs/ |
H A D | arc-system-header.h | 13 struct Test3 { struct 14 id *field;
|
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | related-result-type.m | 43 @interface Test3 : NSString interface 47 @implementation Test3 implementation
|
H A D | arc-property.m | 90 @interface Test3 interface 122 @implementation Test3 implementation
|
/minix/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
H A D | nestedclass.cpp | 14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct 15 …oid emitTest3() { // CHECK-INNERMOST: File 0, [[@LINE]]:31 -> [[@LINE+2]]:8 = 0 (HasCodeBefore = 0) in emitTest3()
|
H A D | classtemplate.cpp | 43 template <class T> class Test3 { class
|
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | bitfield-layout.cpp | 19 struct Test3 { struct 22 CHECK_SIZE(Test3, 4); argument
|
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
H A D | p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} class 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
|
/minix/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx11-inheriting-ctors.cpp | 26 struct Test3 : B { struct
|
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | default-synthesize-2.m | 42 @interface Test3 interface 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
H A D | warn-retain-cycle.m | 106 @interface Test3 { interface 112 @implementation Test3 implementation
|
H A D | objc-mixed-bridge-attribute.m | 38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr) function
|
H A D | check-objcbridge-related-attribute-lookup.m | 35 NSColor * Test3(NSTextField *textField, CGColorRef2 newColor) { function
|
H A D | objcbridge-related-attribute.m | 33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
H A D | arc-objcbridge-related-attribute.m | 33 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
H A D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
H A D | method-conflict-2.m | 27 @interface Test3 {} interface 32 @implementation Test3 implementation
|
H A D | arc-property.m | 60 @interface Test3 interface
|
/minix/external/bsd/llvm/dist/clang/test/CXX/class/ |
H A D | p2-0x.cpp | 19 namespace Test3 { namespace
|
/minix/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | attr-capabilities.c | 12 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable 16 struct __attribute__((capability(12))) Test3 {}; // expected-error {{'capability' attribute require… struct
|
/minix/external/bsd/llvm/dist/clang/test/CXX/basic/basic.link/ |
H A D | p7.cpp | 39 namespace Test3 { namespace
|
/minix/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|