Home
last modified time | relevance | path

Searched defs:TemplatedType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-destructor.cpp74 template <typename T> struct TemplatedType { struct
78 template <> struct TemplatedType<int> { argument
83 ~J() noexcept(noexcept(TemplatedType<double>::f())); argument
H A Dnoexcept-move-constructor.cpp117 template <typename T> struct TemplatedType { struct
121 template <> struct TemplatedType<int> { struct
126 J(J &&) noexcept(noexcept(TemplatedType<double>::f())); argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp158 struct TemplatedType { struct