Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-subst.cpp52 template<typename T> void ft3(S1<T>, S1<char>) { } in ft3() function
55 template void ft3<int>(S1<int>, S1<char>);
Dmangle.cpp95 template<typename T> void ft3(S4<T>*) { } in ft3() function
109 ft3<int>(0); in g1()