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

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

Completed in 58 milliseconds