Searched refs:TryCatch0 (Results 1 – 2 of 2) sorted by relevance
3 template<typename T> struct TryCatch0 { struct11 template struct TryCatch0<int&>; // okay argument12 template struct TryCatch0<int&&>; // expected-note{{instantiation}} variable13 template struct TryCatch0<int>; // expected-note{{instantiation}} variable
194 template<typename T> struct TryCatch0 { struct208 template struct TryCatch0<int>; // okay variable209 template struct TryCatch0<Incomplete*>; // expected-note{{instantiation}} variable210 template struct TryCatch0<Abstract>; // expected-note{{instantiation}} variable