Home
last modified time | relevance | path

Searched refs:Test4 (Results 1 – 25 of 71) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Daix-static-init.cpp31 struct Test4 { struct
32 Test4();
33 ~Test4();
37 static Test4 staticLocal; in f()
H A Dbitfield-layout.cpp25 union Test4 { union
28 Test4 t4;
51 Test4 u2; in test_assign()
79 Test4 u2 = {42}; in test_init()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbitfield-layout.cpp31 struct Test4 { struct
34 CHECK_SIZE(Test4, 8); argument
35 CHECK_ALIGN(Test4, 8);
H A Ddeclspec-selectany.cpp15 struct Test4 { struct
18 __declspec(selectany) constexpr int Test4::sdm; // no warning argument
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp37 class Test4 {}; // expected-note {{previous definition}} class
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-funcs-json.cpp7 void Test4() &;
25 void Test4(int a, int b = 12);
H A Dast-dump-attr.m25 @property (readonly) [[clang::objc_returns_inner_pointer]] void *Test3, *Test4; property
28 // CHECK-NEXT: ObjCPropertyDecl{{.*}} Test4 'void *' readonly
37 // CHECK: ObjCMethodDecl{{.*}} implicit{{.*}} Test4
H A Dast-dump-c-attr.c26 struct [[deprecated]] Test4 { struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp103 class Test4 { class
105 template <typename T> Test4(T &&n);
108 Test4(const Test4 &rhs);
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-ivar-mismatch.m4 @interface Test4 interface
11 @implementation Test4 implementation
H A Dmethod-conflict-1.m77 @interface Test4 {} interface
81 @implementation Test4 implementation
H A Dmethod-conflict-2.m38 @interface Test4 {} interface
42 @implementation Test4 implementation
H A Ddefault-synthesize-2.m59 @interface Test4 { interface
67 @implementation Test4 implementation
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-unopt.m41 @interface Test4 { id x; } @end interface
42 @interface Test4_sub : Test4 { id y; } @end
43 Test4 *test4(void) {
/llvm-project-15.0.7/clang/test/Sema/
H A Dbitfield.c47 struct Test4 { struct
52 void test4(struct Test4 *t) { in test4() argument
H A Dattr-capabilities.c17 int Test4 __attribute__((try_acquire_capability("test4"))); // expected-error {{'try_acquire_capabi… variable
21 struct __attribute__((shared_capability(Test2))) Test4 {}; // expected-error {{'shared_capability' … struct
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dclasstemplate.cpp82 std::map<int, int> Test4() { // CHECK-INIT-LIST: File 0, [[@LINE]]:28 -> [[@LINE+3]]:2 = #0 in Test4() function
93 Test4(); in main()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dinterleave.td19 // CHECK: Test4 = "foo, bar, zoo, snork, quux";
26 string Test4 = !interleave(StringList, ", ");
/llvm-project-15.0.7/clang/test/Index/
H A Dsingle-file-parse.m25 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test4
26 @interface Test4 @end interface
H A Dretain-excluded-conditional-blocks.m21 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test4
22 @interface Test4 @end interface
/llvm-project-15.0.7/clang/test/CXX/class/
H A Dp2-0x.cpp29 namespace Test4 { namespace
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m42 @interface Test4 : NSObject <P1, P2> // Test for Super class and protocol list interface
45 @implementation Test4 implementation
H A Dobjcmt-protocol-conformance.m.result42 @interface Test4 : NSObject <P1, P2, P> // Test for Super class and protocol list
45 @implementation Test4
/llvm-project-15.0.7/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h17 @interface Test4 {
/llvm-project-15.0.7/clang/test/CXX/basic/basic.link/
H A Dp7.cpp51 namespace Test4 { namespace

123