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

  /external/clang/test/Misc/
integer-literal-printing.cpp 4 template <short T> class Type1 {};
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
  /external/clang/test/Parser/
cxx-decl.cpp 113 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}}

Completed in 126 milliseconds