Searched refs:CTAD (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx98-compat.cpp | 414 template<class T> struct CTAD {}; struct 416 CTAD<int> s; in ctad_test() 417 …CTAD 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 D | p1-cxx20.cpp | 5 namespace CTAD { namespace
|
| /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/libcxx/docs/Status/ |
| H A D | Cxx20Issues.csv | 85 "`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 D | Cxx2bIssues.csv | 47 "`3474 <https://wg21.link/LWG3474>`__","Nesting ``join_views`` is broken because of CTAD","November…
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 7146 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,
|