Home
last modified time | relevance | path

Searched refs:Test6 (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-funcs-json.cpp9 virtual void Test6(float, int = 12);
14 void Test6(float, int = 100) override;
27 static void Test6(void);
H A Dast-dump-attr.m43 [[clang::objc_runtime_name("name")]] @protocol Test6; protocol
44 // CHECK: ObjCProtocolDecl{{.*}} Test6
H A Dast-dump-c-attr.c27 [[deprecated("Frobble")]] int Test5, Test6; member
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbitfield-layout.cpp44 struct Test6 { struct
48 CHECK_SIZE(Test6, 1);
49 CHECK_ALIGN(Test6, 1);
H A Dattr-weak.cpp19 struct Test6 { struct
H A Dmicrosoft-dtor-lookup.cpp110 namespace Test6 { namespace
H A Dempty-class-layout.cpp136 namespace Test6 { namespace
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp121 class Test6 { class
123 template <typename T> Test6(T &&n);
126 Test6(Test6 &&rhs);
129 Test6(const Test6 &rhs);
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dproperties.mm72 @interface Test6 interface
77 void test6(Test6 *t6) {
79 Class x2 = Test6.class;
87 template void test6_template(Test6*);
/llvm-project-15.0.7/clang/test/Index/
H A Dsingle-file-parse.m33 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6
34 @interface Test6 @end interface
H A Dretain-excluded-conditional-blocks.m29 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6
30 @interface Test6 @end interface
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m73 @interface Test6 : NSObject // Test for minimal listing of conforming protocols interface
77 @implementation Test6 implementation
H A Dobjcmt-protocol-conformance.m.result73 @interface Test6 : NSObject<P6> // Test for minimal listing of conforming protocols
77 @implementation Test6
/llvm-project-15.0.7/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h34 extern struct Test6 *const kMagicConstant;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty.m70 @interface Test6 interface
72 @implementation Test6 implementation
H A Ddefault-synthesize-2.m88 @interface Test6 interface
96 @implementation Test6 implementation
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dunroll-opt-attribute.ll166 define i32 @Test6() !prof !14 {
182 ; PGSO-LABEL: @Test6
187 ; NPGSO-LABEL: @Test6
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-17-ArgumentAddress.c30 int Test6(void) { in Test6() function
H A Dtemporary-lifetime.cpp136 void Test6() { in Test6() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dclass-layout.cpp50 namespace Test6 { namespace
H A Dskip-vtable-pointer-initialization.cpp110 namespace Test6 { namespace
H A Dvtt-layout.cpp71 namespace Test6 { namespace
/llvm-project-15.0.7/clang/test/Sema/
H A Dbitfield.c82 struct Test6 { struct
H A Dattr-capabilities.c24 struct __attribute__((shared_capability("test1", 12))) Test6 {}; // expected-error {{'shared_capabi… struct
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m37 // Test6

12