| /llvm-project-15.0.7/clang/docs/ |
| H A D | SYCLSupport.rst | 25 and section 5.9 covers `address space deduction <https://www.khronos.org/registry/SYCL/specs/sycl-2… 26 The SYCL specification allows two modes of address space deduction: "generic as 59 `common address space deduction rules <https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/s…
|
| H A D | StandardCPlusPlusModules.rst | 547 Ambiguous deduction guide 550 Currently, when we call deduction guides in global module fragment, 551 we may get incorrect diagnosing message like: `ambiguous deduction`. 553 So if we're using deduction guide from global module fragment, we probably need to write:
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-nsconsumed-errors.mm | 33 … // expected-note {{candidate template ignored: failed template argument deduction}} 37 …sumed)) T) { } // expected-note 2{{candidate template ignored: failed template argument deduction}}
|
| H A D | arc-ppe.mm | 3 // Make sure the ARC auto-deduction of id* in unevaluated contexts
|
| H A D | arc-templates.mm | 42 // Check template argument deduction (e.g., for specialization) using 113 // Check template argument deduction from function templates. 262 // Template argument deduction involving lifetime qualifiers and 276 // More deduction with lifetime qualifiers.
|
| H A D | arc-0x.mm | 17 // Ensure that deduction works with lifetime qualifiers. 18 void deduction(id obj) {
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | address-space-templates.clcpp | 31 // Check address space deduction in template parameter deduction.
|
| H A D | address-space-deduction.clcpp | 88 // FIXME: Template param deduction fails here because
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | cb_range_enabled.ll | 4 ; RUN: opt -attributor -enable-new-pm=0 -attributor-enable-call-site-specific-deduction=true -attri… 6 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor -attributor-enable-call-site-specific-deduction… 8 ; RUN: opt -attributor-cgscc -attributor-enable-call-site-specific-deduction=true -enable-new-pm=0 … 10 …basic-aa -passes=attributor-cgscc -attributor-enable-call-site-specific-deduction=true -attributor…
|
| H A D | cb_liveness_enabled.ll | 4 ; RUN: opt -attributor -enable-new-pm=0 -attributor-enable-call-site-specific-deduction=true -attri… 6 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor -attributor-enable-call-site-specific-deduction… 8 ; RUN: opt -attributor-cgscc -attributor-enable-call-site-specific-deduction=true -enable-new-pm=0 … 10 …basic-aa -passes=attributor-cgscc -attributor-enable-call-site-specific-deduction=true -attributor…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
| H A D | cleanup-ctad.rst | 8 deduction (CTAD), in C++17 and higher.
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | section-types-edgecases.yaml | 13 # Section type (SHT_SYMTAB) takes precedence over name-based deduction.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/ |
| H A D | account-deduce-tail-call.yaml | 22 # Note that by default, tail/sibling call deduction is disabled, and is enabled
|
| H A D | account-recursive-calls-only-tail-call-deduction.yaml | 27 # Note that by default, tail/sibling call deduction is disabled, and is enabled
|
| H A D | graph-deduce-tail-call.yaml | 39 # Note that by default, tail/sibling call deduction is disabled, and is enabled
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx2a-initializer-aggregates.cpp | 130 namespace deduction { namespace
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Issues.csv | 35 "`2981 <https://wg21.link/LWG2981>`__","Remove redundant deduction guides from standard library","A… 36 …link/LWG2982>`__","Making size_type consistent in associative container deduction guides","Albuque… 76 "`3075 <https://wg21.link/LWG3075>`__","``basic_string``\ needs deduction guides from ``basic_stri… 108 "`3025 <https://wg21.link/LWG3025>`__","Map-like container deduction guides should use ``pair<Key, … 170 "`3232 <https://wg21.link/LWG3232>`__","Inconsistency in ``zoned_time``\ deduction guides","Belfas… 205 …nk/LWG3238>`__","Insufficiently-defined behavior of ``std::function``\ deduction guides","Prague"… 228 "`3294 <https://wg21.link/LWG3294>`__","``zoned_time``\ deduction guides misinterprets ``string``\… 278 "`3369 <https://wg21.link/LWG3369>`__","``span``\ 's deduction-guide for built-in arrays doesn't wo…
|
| H A D | Cxx17Papers.csv | 97 …2>`__","LWG","Toward a resolution of US7 and US14: Integrating template deduction for class templa… 113 …1.link/P0739R0>`__","LWG","Some improvements to class template argument deduction integration into…
|
| H A D | Cxx2bIssues.csv | 3 "`3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","November 2020"… 152 …""Mandates: This constructor is not selected by class template argument deduction""","February 202… 163 "`3617 <https://wg21.link/LWG3617>`__","``function``/``packaged_task`` deduction guides and deducin…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | owning-memory.rst | 130 // Type deduction does not work for auto variables. 155 OwnedValue<gsl::owner<int*>> Owner(new int(42)); // Type deduction yield T -> int *
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | move-forwarding-reference.rst | 48 deduction on function templates like ``foo()`` -- i.e. on function templates
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | cgscc-update.ll | 2 ; This test runs the inliner and the function attribute deduction. It ensures
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DeclarativeRewrites.md | 249 can use to auto-generate a `build()` method with result type deduction. When 255 type deduction ability via `OpBuilder` in ODS. For example, in the following 753 builders with return type deduction. 815 deduction ability. See [building operations](#building-operations) for more
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | PatternBase.td | 172 // `OpTraits` or an op builder with deduction.
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/ |
| H A D | cxx.bnf | 318 declaration := deduction-guide 567 member-declaration := deduction-guide 687 deduction-guide := explicit-specifier_opt template-name ( parameter-declaration-list_opt ) -> simpl…
|