/external/clang/test/SemaObjC/ |
D | warn-implicit-atomic-property.m | 4 @interface Super interface 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
|
D | property-and-class-extension.m | 10 @interface Super { interface 15 @interface Super() { interface in int
|
D | block-type-safety.m | 4 @interface Super @end interface 34 f3(^(Super *o) { }); // OK, block taking Super* may be called with a Sub* category 36 r0(^Super* () { return 0; }); // OK category 40 r1(^Super* () { return 0; }); // expected-error {{incompatible block pointer types passing}} category
|
D | alias-test-2.m | 4 @interface Super @end // expected-note {{previous definition is here}} interface
|
D | nowarn-superclass-method-mismatch.m | 7 @interface Super interface
|
D | ivar-sem-check-2.m | 3 @interface Super { interface
|
D | ivar-in-implementations.m | 3 @interface Super @end interface
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-implicit-atomic-property.m | 4 @interface Super interface 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
|
D | property-and-class-extension.m | 10 @interface Super { interface 15 @interface Super() { interface in int
|
D | block-type-safety.m | 6 @interface Super @end interface 36 f3(^(Super *o) { }); // OK, block taking Super* may be called with a Sub* category 38 r0(^Super* () { return 0; }); // OK category 42 r1(^Super* () { return 0; }); // expected-error {{incompatible block pointer types passing}} category
|
D | alias-test-2.m | 4 @interface Super @end // expected-note {{previous definition is here}} interface
|
D | nowarn-superclass-method-mismatch.m | 7 @interface Super interface
|
D | ivar-sem-check-2.m | 3 @interface Super { interface
|
D | ivar-in-implementations.m | 3 @interface Super @end interface
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | ConfusedSignatureTest.java | 27 public class Super<T> { class in ConfusedSignatureTest 30 public Super(T value) { in Super() method in ConfusedSignatureTest.Super
|
D | DiamondInheritanceIsConfusingMockitoTest.java | 27 public class Super<T> { class in DiamondInheritanceIsConfusingMockitoTest 30 public Super(T value) { in Super() method in DiamondInheritanceIsConfusingMockitoTest.Super
|
/external/clang/test/Index/ |
D | complete-ivar-access.m | 11 @interface Super { interface 21 @interface Super () { interface in int
|
/external/llvm-project/clang/test/Index/ |
D | complete-ivar-access.m | 11 @interface Super { interface 21 @interface Super () { interface in int
|
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
D | ConstructorsTarget.java | 29 private static class Super extends ConstructorsTarget { class in ConstructorsTarget 30 private Super() { in Super() method in ConstructorsTarget.Super
|
/external/clang/test/CodeGenObjCXX/ |
D | ivar-objects.mm | 30 @interface Super : NSObject { interface 49 @implementation Super implementation
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | ivar-objects.mm | 30 @interface Super : NSObject { interface 49 @implementation Super implementation
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 494 using Super = FoldingSetImpl<FoldingSet, T>; variable 527 friend Super; variable 530 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function 552 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable 589 friend Super; variable 593 : Super(Log2InitSize), Context(Context) {} in Super() function
|
/external/llvm-project/clang/test/Analysis/ |
D | temporaries-callback-order.cpp | 3 struct Super { struct
|
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/ |
D | ConvertStandardToLLVM.h | 637 using Super = OneToOneConvertToLLVMPattern<SourceOp, TargetOp>; variable 656 using Super = VectorConvertToLLVMPattern<SourceOp, TargetOp>; variable
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | gnustep2-class.m | 3 @interface Super @end interface
|