diff options
Diffstat (limited to 'test/cxxfilt/ts/template')
-rw-r--r-- | test/cxxfilt/ts/template/Makefile | 5 | ||||
-rw-r--r-- | test/cxxfilt/ts/template/tclist | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test/cxxfilt/ts/template/Makefile b/test/cxxfilt/ts/template/Makefile new file mode 100644 index 000000000000..ecc228b09b30 --- /dev/null +++ b/test/cxxfilt/ts/template/Makefile @@ -0,0 +1,5 @@ +# $Id$ + +TOP= ../../../.. + +.include "../common/ts.mk" diff --git a/test/cxxfilt/ts/template/tclist b/test/cxxfilt/ts/template/tclist new file mode 100644 index 000000000000..bb1a6234b605 --- /dev/null +++ b/test/cxxfilt/ts/template/tclist @@ -0,0 +1,10 @@ +# Misc +"_Z1TIiE", "T<int>" +"_Z1TIidE", "T<int, double>" +"_Z1TIidET_T0_", "int T<int, double>(double)" +"_ZN3Foo3BarIiiE1fEii", "Foo::Bar<int, int>::f(int, int)" +"_ZN3Foo3BarIiiE1fIiiEEii", "int Foo::Bar<int, int>::f<int, int>(int)" +"_ZN3Foo3BarIiiE1fE1TIiE", "Foo::Bar<int, int>::f(T<int>)" +"_ZN3Foo3BarIiiE1fE1TIiEi", "Foo::Bar<int, int>::f(T<int>, int)" +"_ZN3Foo3BarIiiE1fE1TIiEii", "Foo::Bar<int, int>::f(T<int>, int, int)" +"_Z3foo1TIiEdh", "foo(T<int>, double, unsigned char)" |