Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dstatic-data-member-single-emission.cpp13 template <typename T> int func_tmpl2() { return HasStaticInit<T>::index; } in func_tmpl2() function
17 func_tmpl2<int>(); in useit()