Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/clang/test/SemaObjC/
H A 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
H A Dwarn-implicit-atomic-property.m4 @interface Super interface
11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
H A Dproperty-and-class-extension.m10 @interface Super { interface
15 @interface Super() { interface in int
H A Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}} interface
H A Dnowarn-superclass-method-mismatch.m7 @interface Super interface
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DFoldingSet.h522 using Super = FoldingSetImpl<FoldingSet, T>; variable
555 friend Super; variable
558 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
580 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
617 friend Super; variable
621 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DFoldingSet.h522 using Super = FoldingSetImpl<FoldingSet, T>; variable
555 friend Super; variable
558 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
580 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
617 friend Super; variable
621 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DFoldingSet.h521 using Super = FoldingSetImpl<FoldingSet, T>; variable
554 friend Super; variable
557 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
579 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
616 friend Super; variable
620 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DFoldingSet.h529 using Super = FoldingSetImpl<FoldingSet, T>; variable
562 friend Super; variable
565 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
587 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
624 friend Super; variable
628 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DFoldingSet.h529 using Super = FoldingSetImpl<FoldingSet, T>; variable
562 friend Super; variable
565 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
587 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
624 friend Super; variable
628 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFoldingSet.h474 using Super = FoldingSetImpl<T>; variable
500 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
521 using Super = FoldingSetImpl<T>; variable
547 : Super(Log2InitSize), Context(Context) {} in Super() function
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DinheritedTypeAlias.kt33 interface Super { interface
H A DallFunctions_kotlin.kt59 interface Super { interface
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue12108.go22 type Super struct { struct
23 Base
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/
H A DDiamondInheritanceIsConfusingMockitoTest.java27 public class Super<T> { class in DiamondInheritanceIsConfusingMockitoTest
30 public Super(T value) { in Super() method in DiamondInheritanceIsConfusingMockitoTest.Super
H A DConfusedSignatureTest.java27 public class Super<T> { class in ConfusedSignatureTest
30 public Super(T value) { in Super() method in ConfusedSignatureTest.Super
/aosp_15_r20/external/clang/test/Index/
H A Dcomplete-ivar-access.m11 @interface Super { interface
21 @interface Super () { interface in int
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
H A DConstructorsTarget.java30 private static class Super extends ConstructorsTarget { class in ConstructorsTarget
31 private Super() { in Super() method in ConstructorsTarget.Super
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Divar-objects.mm30 @interface Super : NSObject { interface
49 @implementation Super implementation
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DFilterTrivialTest.kt38 open class Super in <lambda>() class
48 open class Super in <lambda>() class
/aosp_15_r20/art/test/181-default-methods/src/
H A DSuper.java17 class Super extends Base implements Abstract { class
/aosp_15_r20/art/test/127-checker-secondarydex/src/
H A DSuper.java17 public class Super { class
/aosp_15_r20/art/test/638-checker-inline-caches/src/
H A DSuper.java17 public abstract class Super { class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h758 const SubRegion *Super) const { in getLValue()
766 const SubRegion *Super, in getLValue()
/aosp_15_r20/external/jspecify/samples/
H A DNotNullMarkedInferenceChoosesNullableTypeVariable.java21 interface Super { interface in NotNullMarkedInferenceChoosesNullableTypeVariable

123456789