Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtype-traits.cpp546 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
557 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()