Home
last modified time | relevance | path

Searched refs:Test7 (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-weak.cpp28 template <class T> struct Test7 { struct
33 int Test7<T>::var; argument
35 template struct Test7<Internal>; variable
36 template struct Test7<int>; variable
H A Dmicrosoft-dtor-lookup.cpp123 namespace Test7 { namespace
H A Dempty-class-layout.cpp149 namespace Test7 { namespace
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp172 class Test7 { class
177 Test7(T &&t);
182 !std::is_same_v<std::remove_cvref_t<T>, Test7>
184 Test7(T &&t);
186 Test7(const Test7 &other) = default;
187 Test7(Test7 &&other) = default;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dunknown-anytype.cpp69 struct Test7 { struct
70 ~Test7();
73 Test7 test7() { in test7()
75 return (Test7) test7_any(5); in test7()
H A Dclass-layout.cpp83 namespace Test7 { namespace
H A Dskip-vtable-pointer-initialization.cpp138 namespace Test7 { namespace
H A Ddebug-info-thunk.cpp180 namespace Test7 { namespace
H A Ddevirtualize-virtual-function-calls-final.cpp143 namespace Test7 { namespace
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-funcs-json.cpp10 virtual void Test7() = 0;
28 extern void Test7(void);
H A Dast-dump-attr.m48 @protocol Test7
49 // CHECK: ObjCProtocolDecl{{.*}} Test7
H A Dast-dump-c-attr.c28 int Test7 [[deprecated]] : 12; member
/llvm-project-15.0.7/clang/test/Index/
H A Dsingle-file-parse.m39 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test7
40 @interface Test7 @end interface
H A Dretain-excluded-conditional-blocks.m35 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test7
36 @interface Test7 @end interface
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m108 @interface Test7 : UIResponder <UIApplicationDelegate> interface
112 @implementation Test7 implementation
H A Dobjcmt-protocol-conformance.m.result108 @interface Test7 : UIResponder <UIApplicationDelegate>
112 @implementation Test7
/llvm-project-15.0.7/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h40 @interface Test7
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty.m77 @interface Test7 interface
80 void test7(Test7 *t) {
H A Ddefault-synthesize-2.m106 @interface Test7 interface
112 @implementation Test7 implementation
H A Darc-system-header.m40 void test7(Test7 *p) {
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-17-ArgumentAddress.c37 struct STest2 Test7(struct STest2 X) { in Test7() function
H A Dtemporary-lifetime.cpp153 void Test7() { in Test7() function
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dproperties.mm93 @interface Test7 interface
101 void test7(Test7 *ptr) {
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dproperty.m127 @interface Test7 interface
130 void test7(Test7 *t) {
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp248 void Test7() { in Test7() function in LockTest
610 LockTest().Test7(); in main()

12