Home
last modified time | relevance | path

Searched defs:Super (Results 1 – 25 of 149) sorted by relevance

123456

/external/clang/test/SemaObjC/
Dwarn-implicit-atomic-property.m4 @interface Super interface
11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
Dproperty-and-class-extension.m10 @interface Super { interface
15 @interface Super() { interface in int
Dblock-type-safety.m4 @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
Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}} interface
Dnowarn-superclass-method-mismatch.m7 @interface Super interface
Divar-sem-check-2.m3 @interface Super { interface
Divar-in-implementations.m3 @interface Super @end interface
/external/llvm-project/clang/test/SemaObjC/
Dwarn-implicit-atomic-property.m4 @interface Super interface
11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
Dproperty-and-class-extension.m10 @interface Super { interface
15 @interface Super() { interface in int
Dblock-type-safety.m6 @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
Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}} interface
Dnowarn-superclass-method-mismatch.m7 @interface Super interface
Divar-sem-check-2.m3 @interface Super { interface
Divar-in-implementations.m3 @interface Super @end interface
/external/mockito/src/test/java/org/mockitousage/bugs/
DConfusedSignatureTest.java27 public class Super<T> { class in ConfusedSignatureTest
30 public Super(T value) { in Super() method in ConfusedSignatureTest.Super
DDiamondInheritanceIsConfusingMockitoTest.java27 public class Super<T> { class in DiamondInheritanceIsConfusingMockitoTest
30 public Super(T value) { in Super() method in DiamondInheritanceIsConfusingMockitoTest.Super
/external/clang/test/Index/
Dcomplete-ivar-access.m11 @interface Super { interface
21 @interface Super () { interface in int
/external/llvm-project/clang/test/Index/
Dcomplete-ivar-access.m11 @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/
DConstructorsTarget.java29 private static class Super extends ConstructorsTarget { class in ConstructorsTarget
30 private Super() { in Super() method in ConstructorsTarget.Super
/external/clang/test/CodeGenObjCXX/
Divar-objects.mm30 @interface Super : NSObject { interface
49 @implementation Super implementation
/external/llvm-project/clang/test/CodeGenObjCXX/
Divar-objects.mm30 @interface Super : NSObject { interface
49 @implementation Super implementation
/external/llvm-project/llvm/include/llvm/ADT/
DFoldingSet.h494 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/
Dtemporaries-callback-order.cpp3 struct Super { struct
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h637 using Super = OneToOneConvertToLLVMPattern<SourceOp, TargetOp>; variable
656 using Super = VectorConvertToLLVMPattern<SourceOp, TargetOp>; variable
/external/llvm-project/clang/test/CodeGenObjC/
Dgnustep2-class.m3 @interface Super @end interface

123456