Home
last modified time | relevance | path

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

/external/clang/test/PCH/
Dcxx-templates.cpp27 static T my_templf(T x) { return x; } in my_templf() function
Dcxx-templates.h49 int y = T::template my_templf<int>(0);
/external/llvm-project/clang/test/PCH/
Dcxx-templates.cpp32 static T my_templf(T x) { return x; } in my_templf() function
Dcxx-templates.h49 int y = T::template my_templf<int>(0);