Home
last modified time | relevance | path

Searched refs:CTAD (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx98-compat.cpp414 template<class T> struct CTAD {}; struct
416 CTAD<int> s; in ctad_test()
417CTAD t = s; // expected-warning {{class template argument deduction is incompatible with C++ stand… in ctad_test()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-cxx20.cpp5 namespace CTAD { namespace
/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/libcxx/docs/Status/
H A DCxx20Issues.csv85 "`3076 <https://wg21.link/LWG3076>`__","basic_string CTAD ambiguity","Rapperswil","|Complete|",""
141 "`3173 <https://wg21.link/LWG3173>`__","Enable CTAD for ``ref-view``\ ","Kona","|Complete|","15.0",…
H A DCxx2bIssues.csv47 "`3474 <https://wg21.link/LWG3474>`__","Nesting ``join_views`` is broken because of CTAD","November…
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7146 struct CTAD : ASTImporterOptionSpecificTestBase {}; struct
7148 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedef) { in TEST_P() argument
7168 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedefInParamPtr) { in TEST_P() argument
7191 TEST_P(CTAD, DeductionGuideShouldCopyALocalTypedef) { in TEST_P() argument
7209 INSTANTIATE_TEST_SUITE_P(ParameterizedTests, CTAD,