/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-forwarding-reference-overload.cpp | 121 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/ |
D | ast-dump-funcs-json.cpp | 9 virtual void Test6(float, int = 12); 14 void Test6(float, int = 100) override; 27 static void Test6(void);
|
D | ast-dump-attr.m | 43 [[clang::objc_runtime_name("name")]] @protocol Test6; protocol 44 // CHECK: ObjCProtocolDecl{{.*}} Test6
|
D | ast-dump-c-attr.c | 27 [[deprecated("Frobble")]] int Test5, Test6; member
|
/external/llvm-project/clang/test/SemaCXX/ |
D | bitfield-layout.cpp | 44 struct Test6 { struct 48 CHECK_SIZE(Test6, 1); 49 CHECK_ALIGN(Test6, 1);
|
D | attr-weak.cpp | 19 struct Test6 { struct
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ConfigMergerTest.java | 168 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/ |
D | properties.mm | 72 @interface Test6 interface 77 void test6(Test6 *t6) { 79 Class x2 = Test6.class; 87 template void test6_template(Test6*);
|
/external/clang/test/SemaObjCXX/ |
D | properties.mm | 72 @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/ |
D | single-file-parse.m | 33 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6 34 @interface Test6 @end interface
|
D | retain-excluded-conditional-blocks.m | 33 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test6 34 @interface Test6 @end interface
|
/external/llvm-project/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 34 extern struct Test6 *const kMagicConstant;
|
/external/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 34 extern struct Test6 *const kMagicConstant;
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 73 @interface Test6 : NSObject // Test for minimal listing of conforming protocols interface 77 @implementation Test6 implementation
|
D | objcmt-protocol-conformance.m.result | 73 @interface Test6 : NSObject<P6> // Test for minimal listing of conforming protocols 77 @implementation Test6
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 73 @interface Test6 : NSObject // Test for minimal listing of conforming protocols interface 77 @implementation Test6 implementation
|
D | objcmt-protocol-conformance.m.result | 73 @interface Test6 : NSObject<P6> // Test for minimal listing of conforming protocols 77 @implementation Test6
|
/external/clang/test/SemaCXX/ |
D | attr-weak.cpp | 19 struct Test6 { struct
|
/external/clang/test/SemaObjC/ |
D | default-synthesize-2.m | 88 @interface Test6 interface 96 @implementation Test6 implementation
|
D | property.m | 70 @interface Test6 interface 72 @implementation Test6 implementation
|
/external/llvm-project/clang/test/SemaObjC/ |
D | default-synthesize-2.m | 88 @interface Test6 interface 96 @implementation Test6 implementation
|
D | property.m | 70 @interface Test6 interface 72 @implementation Test6 implementation
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2002-02-17-ArgumentAddress.c | 30 int Test6() { in Test6() function
|
/external/clang/test/CodeGen/ |
D | 2002-02-17-ArgumentAddress.c | 30 int Test6() { in Test6() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | class-layout.cpp | 50 namespace Test6 { namespace
|