Home
last modified time | relevance | path

Searched refs:CT2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DExceptionSpecificationType.h60 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) { in mergeCanThrow() argument
63 return CT1 > CT2 ? CT1 : CT2; in mergeCanThrow()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp154 template <typename T1, typename T2> class CT2 {}; class
170 template <> struct CT2<TestClass::PublicClass, TestClass::PublicClass>;
183 template <> class CT2<TestClass::PublicClass, TestClass::PublicClass> final {}; class
198 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;
210 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass> {}; class
224 template <> struct CT2<TestClass::PrivateClass, TestClass::PrivateClass>;
236 template <> class CT2<TestClass::PrivateClass, TestClass::PrivateClass> final {}; class
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-names.cpp415 template <typename> struct CT2 { struct
418 template <typename T> int CT2<int>::X<>; // expected-error {{template parameter list matching the n…