Home
last modified time | relevance | path

Searched refs:TryCatch0 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-try-catch.cpp3 template<typename T> struct TryCatch0 { struct
11 template struct TryCatch0<int&>; // okay argument
12 template struct TryCatch0<int&&>; // expected-note{{instantiation}} variable
13 template struct TryCatch0<int>; // expected-note{{instantiation}} variable
Dinstantiate-function-1.cpp194 template<typename T> struct TryCatch0 { struct
208 template struct TryCatch0<int>; // okay variable
209 template struct TryCatch0<Incomplete*>; // expected-note{{instantiation}} variable
210 template struct TryCatch0<Abstract>; // expected-note{{instantiation}} variable