Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-forwarding-reference-overload.cpp121 class Test6 { class
123 template <typename T> Test6(T &&n);
126 Test6(Test6 &&rhs);
129 Test6(const Test6 &rhs);
/external/llvm-project/clang/test/AST/
Dast-dump-funcs-json.cpp9 virtual void Test6(float, int = 12);
14 void Test6(float, int = 100) override;
27 static void Test6(void);
Dast-dump-attr.m43 [[clang::objc_runtime_name("name")]] @protocol Test6; protocol
44 // CHECK: ObjCProtocolDecl{{.*}} Test6
Dast-dump-c-attr.c27 [[deprecated("Frobble")]] int Test5, Test6; member
/external/llvm-project/clang/test/SemaCXX/
Dbitfield-layout.cpp44 struct Test6 { struct
48 CHECK_SIZE(Test6, 1);
49 CHECK_ALIGN(Test6, 1);
Dattr-weak.cpp19 struct Test6 { struct
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DConfigMergerTest.java168 configFor(Test6.class, "withoutAnnotation"), in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
176 new Class[] {Test1.class, Test1.class, Test6.class}, in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
181 configFor(Test6.class, "withDefaultsAnnotation"), in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
189 new Class[] {Test1.class, Test1.class, Test6.class}, in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
194 configFor(Test6.class, "withOverrideAnnotation"), in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
202 new Class[] {Test1.class, Test1.class, Test6.class, Test5.class}, in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
543 shadows = Test6.class,
546 public static class Test6 extends Test5 {}
/external/llvm-project/clang/test/SemaObjCXX/
Dproperties.mm72 @interface Test6 interface
77 void test6(Test6 *t6) {
79 Class x2 = Test6.class;
87 template void test6_template(Test6*);
/external/clang/test/SemaObjCXX/
Dproperties.mm72 @interface Test6 interface
77 void test6(Test6 *t6) {
79 Class x2 = Test6.class;
87 template void test6_template(Test6*);
/external/llvm-project/clang/test/Index/
Dsingle-file-parse.m33 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6
34 @interface Test6 @end interface
Dretain-excluded-conditional-blocks.m33 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6
34 @interface Test6 @end interface
/external/llvm-project/clang/test/SemaObjC/Inputs/
Darc-system-header.h34 extern struct Test6 *const kMagicConstant;
/external/clang/test/SemaObjC/Inputs/
Darc-system-header.h34 extern struct Test6 *const kMagicConstant;
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m73 @interface Test6 : NSObject // Test for minimal listing of conforming protocols interface
77 @implementation Test6 implementation
Dobjcmt-protocol-conformance.m.result73 @interface Test6 : NSObject<P6> // Test for minimal listing of conforming protocols
77 @implementation Test6
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m73 @interface Test6 : NSObject // Test for minimal listing of conforming protocols interface
77 @implementation Test6 implementation
Dobjcmt-protocol-conformance.m.result73 @interface Test6 : NSObject<P6> // Test for minimal listing of conforming protocols
77 @implementation Test6
/external/clang/test/SemaCXX/
Dattr-weak.cpp19 struct Test6 { struct
/external/clang/test/SemaObjC/
Ddefault-synthesize-2.m88 @interface Test6 interface
96 @implementation Test6 implementation
Dproperty.m70 @interface Test6 interface
72 @implementation Test6 implementation
/external/llvm-project/clang/test/SemaObjC/
Ddefault-synthesize-2.m88 @interface Test6 interface
96 @implementation Test6 implementation
Dproperty.m70 @interface Test6 interface
72 @implementation Test6 implementation
/external/llvm-project/clang/test/CodeGen/
D2002-02-17-ArgumentAddress.c30 int Test6() { in Test6() function
/external/clang/test/CodeGen/
D2002-02-17-ArgumentAddress.c30 int Test6() { in Test6() function
/external/llvm-project/clang/test/CodeGenCXX/
Dclass-layout.cpp50 namespace Test6 { namespace

1234