Home
last modified time | relevance | path

Searched refs:deduction (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang/docs/
H A DSYCLSupport.rst25 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 DStandardCPlusPlusModules.rst547 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 Darc-nsconsumed-errors.mm33 … // expected-note {{candidate template ignored: failed template argument deduction}}
37 …sumed)) T) { } // expected-note 2{{candidate template ignored: failed template argument deduction}}
H A Darc-ppe.mm3 // Make sure the ARC auto-deduction of id* in unevaluated contexts
H A Darc-templates.mm42 // 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 Darc-0x.mm17 // Ensure that deduction works with lifetime qualifiers.
18 void deduction(id obj) {
/llvm-project-15.0.7/clang/test/SemaOpenCLCXX/
H A Daddress-space-templates.clcpp31 // Check address space deduction in template parameter deduction.
H A Daddress-space-deduction.clcpp88 // FIXME: Template param deduction fails here because
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcb_range_enabled.ll4 ; 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 Dcb_liveness_enabled.ll4 ; 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 Dcleanup-ctad.rst8 deduction (CTAD), in C++17 and higher.
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dsection-types-edgecases.yaml13 # Section type (SHT_SYMTAB) takes precedence over name-based deduction.
/llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/
H A Daccount-deduce-tail-call.yaml22 # Note that by default, tail/sibling call deduction is disabled, and is enabled
H A Daccount-recursive-calls-only-tail-call-deduction.yaml27 # Note that by default, tail/sibling call deduction is disabled, and is enabled
H A Dgraph-deduce-tail-call.yaml39 # Note that by default, tail/sibling call deduction is disabled, and is enabled
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp130 namespace deduction { namespace
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv35 "`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 DCxx17Papers.csv97 …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 DCxx2bIssues.csv3 "`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 Downing-memory.rst130 // 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 Dmove-forwarding-reference.rst48 deduction on function templates like ``foo()`` -- i.e. on function templates
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-update.ll2 ; This test runs the inliner and the function attribute deduction. It ensures
/llvm-project-15.0.7/mlir/docs/
H A DDeclarativeRewrites.md249 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 DPatternBase.td172 // `OpTraits` or an op builder with deduction.
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/
H A Dcxx.bnf318 declaration := deduction-guide
567 member-declaration := deduction-guide
687 deduction-guide := explicit-specifier_opt template-name ( parameter-declaration-list_opt ) -> simpl…

12