/aosp_15_r20/external/clang/test/SemaObjC/ |
H A 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
|
H A 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
|
H A D | property-and-class-extension.m | 10 @interface Super { interface 15 @interface Super() { interface in int
|
H A D | alias-test-2.m | 4 @interface Super @end // expected-note {{previous definition is here}} interface
|
H A D | nowarn-superclass-method-mismatch.m | 7 @interface Super interface
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | FoldingSet.h | 522 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/ |
D | FoldingSet.h | 522 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 D | FoldingSet.h | 521 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/ |
D | FoldingSet.h | 529 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/ |
D | FoldingSet.h | 529 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 D | FoldingSet.h | 474 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 D | inheritedTypeAlias.kt | 33 interface Super { interface
|
H A D | allFunctions_kotlin.kt | 59 interface Super { interface
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue12108.go | 22 type Super struct { struct 23 Base
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/ |
H A D | DiamondInheritanceIsConfusingMockitoTest.java | 27 public class Super<T> { class in DiamondInheritanceIsConfusingMockitoTest 30 public Super(T value) { in Super() method in DiamondInheritanceIsConfusingMockitoTest.Super
|
H A D | ConfusedSignatureTest.java | 27 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 D | complete-ivar-access.m | 11 @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 D | ConstructorsTarget.java | 30 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 D | ivar-objects.mm | 30 @interface Super : NSObject { interface 49 @implementation Super implementation
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
H A D | FilterTrivialTest.kt | 38 open class Super in <lambda>() class 48 open class Super in <lambda>() class
|
/aosp_15_r20/art/test/181-default-methods/src/ |
H A D | Super.java | 17 class Super extends Base implements Abstract { class
|
/aosp_15_r20/art/test/127-checker-secondarydex/src/ |
H A D | Super.java | 17 public class Super { class
|
/aosp_15_r20/art/test/638-checker-inline-caches/src/ |
H A D | Super.java | 17 public abstract class Super { class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 758 const SubRegion *Super) const { in getLValue() 766 const SubRegion *Super, in getLValue()
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | NotNullMarkedInferenceChoosesNullableTypeVariable.java | 21 interface Super { interface in NotNullMarkedInferenceChoosesNullableTypeVariable
|