Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m58 …Struct)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
60 …nion)))]; // expected-warning {{'performSelector:' is incompatible with selectors that return a un…
61 … expected-warning {{'performSelectorOnMainThread:' is incompatible with selectors that return a st…
62 …Class))]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
90 …uctExt)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
91 …ctImpl)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
95 …Struct)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
106 …ssImpl)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
110 …tClass)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a st…
123 …Vector)]; // expected-warning {{'performSelector:' is incompatible with selectors that return a ve…
[all …]
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dgnu-deterministic-selectors.m4 // Check that these selectors are emitted in alphabetical order.
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
H A DSelectionDAGCompat.td11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A Dindex.rst40 optimized and fast selectors share the :ref:`pipeline`, and targets can
/llvm-project-15.0.7/clang/test/Analysis/
H A DMissingDealloc.m112 // Don't warn about iVars that are selectors.
/llvm-project-15.0.7/clang/docs/
H A DPCHInternals.rst100 0/7260 selectors read (0.000000%)
400 purposes: it provides a mapping from the names of Objective-C selectors to the
403 stores all of the selectors used by entities within the AST file. The design
407 table of selectors; if found, Clang will read the Objective-C methods
412 As with identifiers, selectors are represented by numeric values within the AST
H A DObjectiveCLiterals.rst362 rewritten to use one of two different selectors, depending on whether
417 expression is rewritten to use one of two different selectors, depending
H A DClangTransformerTutorial.rst209 we touched on has more available constructors: range selectors, stencils, edits
H A DInternalsManual.rst1507 both zero- and one-argument selectors are stored as a masked
1509 zero- and one-argument selectors are far more common than multi-argument
1510 selectors (which use a different structure).
1556 zero- and one-argument Objective-C selectors) and use dense, uniqued storage
1565 (``IdentifierInfo`` pointers) and Objective-C selectors (``Selector``) can be
H A DAutomaticReferenceCounting.rst1488 There are a fair number of existing methods with ``init``-like selectors
1853 ``@selector`` expression for any of the following selectors:
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3762 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction() local
3779 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3782 selStruct.finishAndAddTo(selectors); in ModuleInitFunction()
3790 selectorCount = selectors.size(); in ModuleInitFunction()
3796 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3799 selStruct.finishAndAddTo(selectors); in ModuleInitFunction()
3801 return selectors.finishAndCreateGlobal(".objc_selector_list", in ModuleInitFunction()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dcomposite-ops.mlir302 …ted-error @+1 {{result type element count (3) mismatch with the number of component selectors (4)}}
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline_invoke.ll5 ; by appending selectors and forwarding _Unwind_Resume directly to the
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DReleaseNotes.rst76 - Improved ranking/filtering for ObjC method selectors.
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm31 // However, the drawback is that the compiler will not know about the selectors
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-for-gdb-users.txt66 to set a breakpoint on all ObjC selectors called alignLeftEdges:. It
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def1205 /// These will (potentially) become trait selectors for the OpenMP context if
/llvm-project-15.0.7/lldb/docs/use/
H A Dtutorial.rst94 To set a breakpoint Objective-C selectors named alignLeftEdges: you can enter either of:
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1152 defined only by "setter" and "getter" selectors, and be calculated anew on each
1977 category) to all of the methods and class functions. The selectors are added
H A DCodeGenerator.rst238 The ``TargetLowering`` class is used by SelectionDAG based instruction selectors
772 (e.g. dynamic-programming based optimal pattern matching selectors). It is also
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td1145 selectors. It is sometimes useful to be able to mark a method as having a
H A DDiagnosticSemaKinds.td7324 "%0 is incompatible with selectors that return a "