Lines Matching refs:A
6 template <class T, int n, class U> struct A { struct
7 A() {} in A() function
8 A(const char*) {} in A() function
13 throw *(new A<double, 47, A<int, 37, short> >); in f1()
18 throw *(new A<double, 47, A<int, 36, short> >); in f2()
23 throw A<double, 47, A<int, 37, short> > ("howdy"); in f3()
28 throw A<double, 47, A<int, 36, short> > ("hi michey"); in f4()
39 catch (A<double, 47, A<int, 36, short> >) { in main()
42 catch (A<double, 47, A<int, 37, short> >) { in main()
52 catch (A<double, 47, A<int, 36, short&> >) { in main()
55 catch (A<double, 47, A<int, 36, short> >) { in main()
65 catch (A<double, 47, A<int, 36, short> >) { in main()
68 catch (A<double, 47, A<int, 37, short> >) { in main()
78 catch (A<double, 47, A<int, 36, short&> >) { in main()
81 catch (A<double, 47, A<int, 36, short> >) { in main()