| /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
|
| D | conditional-expr-7.m | 5 @interface Super @end interface
|
| D | invalid-objc-decls-1.m | 3 @interface Super @end interface
|
| D | tentative-property-decl.m | 11 @interface Super { 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
|
| D | complete-member-access.m | 8 @interface Super { interface
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/ |
| D | Constructor.java | 27 private static class Super extends Constructor { class in Constructor 28 private Super() { in Super() method in Constructor.Super
|
| /external/v8/src/ |
| D | api-arguments.h | 60 typedef CustomArguments<T> Super; typedef 149 typedef CustomArguments<T> Super; typedef
|
| /external/clang/test/CodeGenObjCXX/ |
| D | ivar-objects.mm | 30 @interface Super : NSObject { interface 49 @implementation Super implementation
|
| /external/clang/test/CodeGenObjC/ |
| D | ivar-layout-nonfragile-abi2.m | 5 @interface Super { interface
|
| D | default-property-synthesis.m | 23 @interface Super <PROTO> interface
|
| /external/clang/test/Rewriter/ |
| D | objc-modern-class-init-hooks.mm | 7 @interface Super : Root interface
|
| D | objc-modern-class-init.mm | 7 @interface Super : Root interface
|
| /external/guice/core/test/com/google/inject/ |
| D | SuperclassTest.java | 44 abstract static class Super { class in SuperclassTest
|
| /external/mockito/src/test/java/org/mockitousage/puzzlers/ |
| D | OverloadingPuzzleTest.java | 23 private interface Super { interface in OverloadingPuzzleTest
|
| D | BridgeMethodPuzzleTest.java | 27 private class Super<T> { class in BridgeMethodPuzzleTest
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | RegisterClassInfo.cpp | 103 if (const TargetRegisterClass *Super = TRI->getLargestLegalSuperClass(RC)) in compute() local
|