Home
last modified time | relevance | path

Searched defs:testf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp101 int testf(int x) { return f(x); } in testf() function