| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unsafe-perform-selector.m | 58 …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 D | gnu-deterministic-selectors.m | 4 // Check that these selectors are emitted in alphabetical order.
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Target.td | 11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
|
| H A D | SelectionDAGCompat.td | 11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | index.rst | 40 optimized and fast selectors share the :ref:`pipeline`, and targets can
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | MissingDealloc.m | 112 // Don't warn about iVars that are selectors.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 100 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 D | ObjectiveCLiterals.rst | 362 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 D | ClangTransformerTutorial.rst | 209 we touched on has more available constructors: range selectors, stencils, edits
|
| H A D | InternalsManual.rst | 1507 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 D | AutomaticReferenceCounting.rst | 1488 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 D | CGObjCGNU.cpp | 3762 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 D | composite-ops.mlir | 302 …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 D | inline_invoke.ll | 5 ; by appending selectors and forwarding _Unwind_Resume directly to the
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | ReleaseNotes.rst | 76 - Improved ranking/filtering for ObjC method selectors.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 31 // However, the drawback is that the compiler will not know about the selectors
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-for-gdb-users.txt | 66 to set a breakpoint on all ObjC selectors called alignLeftEdges:. It
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 1205 /// These will (potentially) become trait selectors for the OpenMP context if
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | tutorial.rst | 94 To set a breakpoint Objective-C selectors named alignLeftEdges: you can enter either of:
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1152 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 D | CodeGenerator.rst | 238 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 D | AttrDocs.td | 1145 selectors. It is sometimes useful to be able to mark a method as having a
|
| H A D | DiagnosticSemaKinds.td | 7324 "%0 is incompatible with selectors that return a "
|