Home
last modified time | relevance | path

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

123

/llvm-project/clang/test/CodeGenCXX/
H A Daix-static-init.cpp22 struct Test3 { struct
23 constexpr Test3() {}; in Test3() function
24 ~Test3() {}; in ~Test3()
H A Dconstructor-direct-call.cpp43 class Test3 { class
45 Test3() { a = 10; b = 15; c = 20; } in Test3() function in Test3
46 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3() function in Test3
H A Dcxx11-vtable-key-function.cpp28 namespace Test3 { namespace
/llvm-project/clang/test/CodeGenObjC/
H A Drelated-result-type.m40 @interface Test3 : NSString interface
44 @implementation Test3 implementation
H A Darc-property.m78 @interface Test3 interface
107 @implementation Test3 implementation
/llvm-project/clang/test/CoverageMapping/
H A Dnestedclass.cpp14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct
15 static void emitTest3() { // CHECK-INNERMOST: File 0, [[@LINE]]:31 -> [[@LINE+2]]:8 = 0 in emitTest3()
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp29 class Test3 {}; // expected-note {{previous definition}} class
32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
/llvm-project/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h13 struct Test3 { struct
14 id *field;
/llvm-project/clang/test/SemaCXX/
H A Dbitfield-layout.cpp25 struct Test3 { struct
28 CHECK_SIZE(Test3, 4); argument
H A Dcxx1y-initializer-aggregates.cpp101 struct Test3 { struct
112 constexpr char f(Test3) { return 1; } // expected-note {{candidate function}} in f() argument
102 xnested_union::Test3 global() argument
103 __anon40fcc4b3060anested_union::Test3 global() argument
/llvm-project/clang/test/AST/
H A Dast-dump-c-attr.c19 Test3 [[deprecated]] enumerator
/llvm-project/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m41 @interface Test3 interface
48 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
H A Dwarn-retain-cycle.m105 @interface Test3 { interface
111 @implementation Test3 implementation
H A Dobjc-mixed-bridge-attribute.m37 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr) function
H A Dmethod-conflict-1.m64 @interface Test3 {} interface
69 @implementation Test3 implementation
H A Dcheck-objcbridge-related-attribute-lookup.m34 NSColor * Test3(NSTextField *textField, CGColorRef2 newColor) { function
H A Dmethod-conflict-2.m27 @interface Test3 {} interface
32 @implementation Test3 implementation
H A Dobjcbridge-related-attribute.m32 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
H A Darc-objcbridge-related-attribute.m32 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
H A Darc-property.m56 @interface Test3 interface
/llvm-project/clang/test/CodeGen/
H A Dtemporary-lifetime.cpp86 void Test3() { in Test3() function
/llvm-project/clang/test/PCH/
H A Dcxx11-inheriting-ctors.cpp42 struct Test3 : B { struct
/llvm-project/clang/test/CXX/class/
H A Dp2-0x.cpp19 namespace Test3 { namespace
/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp7.cpp39 namespace Test3 { namespace
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface
38 @implementation Test3 implementation

123