Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dcxx1z-fold-expressions.cpp54 template<int ...N> void empty_with_base() { in empty_with_base() function
62 template void empty_with_base<>(); // expected-note {{in instantiation of}}
63 template void empty_with_base<1>();