Searched defs:New2 (Results 1 – 2 of 2) sorted by relevance
95 struct New2 { struct101 template struct New2<X, int, float>; argument102 template struct New2<X, int, int*>; // expected-note{{instantiation}} variable
326 template<typename T> int *New2(T t) { New2() function