Searched refs:templ_f (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-templates.cpp28 int x = templ_f<int, 5>(3);
H A Dcxx-templates.h26 T templ_f(T x) { function
27 int z = templ_f<int, 5>(3);

Completed in 143 milliseconds