Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Analysis/
H A Dsuperclass.m100 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass
101 …cted-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missin…
103 …ected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missin…
104 …xpected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missin…
105 …cted-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missin…
171 …he 'removeFromParentViewController' instance method in UIViewController subclass 'TestC' is missin…
182 } // expected-warning {{The 'resignFirstResponder' instance method in UIResponder subclass 'TestD' …
201 } // expected-warning {{The 'restoreStateWithCoder:' instance method in NSResponder subclass 'TestF…
203 … {{The 'encodeRestorableStateWithCoder:' instance method in NSResponder subclass 'TestF' is missin…
225 } // expected-warning {{The 'restoreStateWithCoder:' instance method in NSDocument subclass 'TestH'…
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-atomic-redecl.m6 // Readonly, atomic public redeclaration of property in subclass.
19 // Readonly, atomic public redeclaration of property in subclass.
36 // Readonly, atomic public redeclaration of property in subclass.
49 // Readonly, atomic public redeclaration of property in subclass.
H A Dsubclassing-restricted-attr.m14 @interface SubClass : SubClassOfLeaf // expected-error {{cannot subclass a class that was declared …
35 @implementation SubImplClass // expected-error {{cannot subclass a class that was declared with the…
H A Dattr-objc-runtime-visible.m16 @implementation B // expected-error{{cannot implement subclass 'B' of a superclass 'A' that is only…
H A Dproperty-noninherited-availability-attr.m4 // when a property is redeclared in a subclass. This is intentional.
H A Dprotocols-suppress-conformance.m13 // be adopted later by a subclass.
113 // Provide two variants of a subclass that conform to ProtocolB. One
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddefault-property-synthesis.m5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
H A Dinterface-layout-64.m84 // The start of the subclass includes padding for its own alignment.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAvailability.td22 // The namespace for the generated C++ OpInterface subclass.
24 // The name for the generated C++ OpInterface subclass.
26 // The documentation for the generated C++ OpInterface subclass.
31 // The query function's return type in the generated C++ OpInterface subclass.
33 // The query function's name in the generated C++ OpInterface subclass.
/llvm-project-15.0.7/lldb/test/API/lang/cpp/template/
H A Dmain.cpp67 EnumTemplate<EnumType::Subclass> subclass(123*2); in main() local
70 …return testpos.getArg() - testneg.getArg() + member.getMember()*2 - subclass.getMember(); // Break… in main()
H A DTestTemplateArgs.py140 subclass = frame.FindVariable('subclass')
142 subclass.IsValid(),
144 self.assertEqual(subclass.GetType().GetName(),
/llvm-project-15.0.7/clang/test/Modules/
H A Dredecl-ivars.m16 …lang_cc1 -fsyntax-only -fobjc-runtime=macosx-10.9 -verify -I%t/include %t/test-redecl-in-subclass.m
17 …ng_cc1 -fsyntax-only -fobjc-runtime=macosx-10.9 -verify -I%t/include %t/test-redecl-in-subclass.m \
138 //--- test-redecl-in-subclass.m
139 // Ivar in superclass extension is not added to a subclass, so the ivar with
140 // the same name in subclass extension is not considered a redeclaration.
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLocNodes.def14 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is
17 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td48 // The immediate value encoding differs for each instruction, so each subclass
64 // The immediate value encoding differs for each instruction, so each subclass
90 // The immediate value encoding differs for each instruction, so each subclass
105 // The immediate value encoding differs for each instruction, so each subclass
/llvm-project-15.0.7/llvm/test/TableGen/GICombinerEmitter/
H A Dmatch-invalid.td44 // CHECK: :[[@LINE-4]]:{{[0-9]+}}: error: Expected a subclass of GIMatchKind or a sub-dag whose ope…
52 // CHECK: :[[@LINE-4]]:{{[0-9]+}}: error: Expected a subclass of GIMatchKind or a sub-dag whose ope…
H A Ddefs-invalid.td33 // CHECK: :[[@LINE-4]]:{{[0-9]+}}: error: Expected a subclass of GIDefKind or a sub-dag whose opera…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dparent-virtual-call.rst22 …// warning: qualified name A::foo refers to a member overridden in subclass; did you mean 'B'? [b…
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dplain_cpp.cc841 bool subclass = clazz.is_type_subclass(); in print_protected_constructors() local
845 if (subclass) in print_protected_constructors()
873 bool subclass = clazz.is_type_subclass(); in print_public_constructors() local
876 if (subclass) in print_public_constructors()
879 if (subclass) in print_public_constructors()
884 if (subclass) in print_public_constructors()
889 if (!subclass) { in print_public_constructors()
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md377 - a specific subclass of `OpView` that provides more semantically-loaded
423 are usually accessible as properties of the `OpView` subclass with the same
470 or type is not of the expected subclass:
482 # Handle incorrect subclass.
523 through concrete subclass constructors, similarly to attribtues and types:
530 # Set `concrete` to the specific value subclass.
546 - an object of the `Operation` class or of any `OpView` subclass; in this
548 - a subclass of `OpView` and a context; in this case, only the *static*
666 # The result will be downcasted to the concrete `OpView` subclass if
939 Each concrete `OpView` subclass further defines several public-intended
[all …]
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst280 This class, a subclass of ``Init``, represents the unset (uninitialized)
288 This class, a subclass of ``Init``, acts as the parent class of the classes
300 The ``BitInit`` class is a subclass of ``TypedInit``. Its instances
319 The ``BitsInit`` class is a subclass of ``TypedInit``. Its instances
336 The ``DagInit`` class is a subclass of ``TypedInit``. Its instances
380 The ``DefInit`` class is a subclass of ``TypedInit``. Its instances
391 The ``IntInit`` class is a subclass of ``TypedInit``. Its instances
404 The ``ListInit`` class is a subclass of ``TypedInit``. Its instances
434 The ``StringInit`` class is a subclass of ``TypedInit``. Its instances
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DObjCDynTypePopagation.m68 // Note, in this case, p could also be a subclass of MyParent.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dasym-regclass-copy.ll5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst78 * Create a subclass of the ``TargetMachine`` class that describes
88 additional code for a subclass of the ``TargetRegisterInfo`` class that
111 should also write code for a subclass of ``AsmPrinter`` that performs the
112 LLVM-to-assembly conversion and a trivial subclass of ``TargetAsmInfo``.
115 capabilities). You should also write code for a subclass of the
119 * Optionally, add JIT support and create a machine code emitter (subclass of
156 subclass of ``TargetMachine``.)
171 virtual methods. ``LLVMTargetMachine`` is defined as a subclass of
626 Implement a subclass of ``TargetRegisterInfo``
1069 Implement a subclass of ``TargetInstrInfo``
[all …]
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst112 interface. The subclass should have a constructor that takes the inputs that
114 rule that simply deletes a selection, you should create a subclass of
135 The rule's subclass can then be added to the list of refactoring action's
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td218 // Should be used on defs that subclass GIComplexOperandMatcher<>.
224 // Should be used on defs that subclass GICustomOperandRenderer<>.

1234