Home
last modified time | relevance | path

Searched defs:test_func_template (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template() function
H A Dp2.cpp239 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() function
H A Dp2-0x.cpp274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() function
/llvm-project/clang/test/SemaCXX/
H A Dsource_location.cpp433 constexpr Pair<U, U> test_func_template(T, U u = U::current()) { in test_func_template() function