HomeSort by relevance Sort by last modified time
    Searched refs:CT2 (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 52 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
55 return CT1 > CT2 ? CT1 : CT2;
  /external/clang/test/SemaTemplate/
dependent-names.cpp 418 template <typename> struct CT2 {
421 template <typename T> int CT2<int>::X<>; // expected-error {{template parameter list matching the non-templated nested type 'CT2<int>' should be empty}}

Completed in 81 milliseconds