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 D | p1.cpp | 91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template() function
|
H A D | p2.cpp | 239 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() function
|
H A D | p2-0x.cpp | 274 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 D | source_location.cpp | 433 constexpr Pair<U, U> test_func_template(T, U u = U::current()) { in test_func_template() function
|