Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dtypeid-cxx11-with-address-space.cpp13 template<typename T> void *make_impl() { return new T; } in make_impl() function
H A Dtypeid-cxx11.cpp12 template<typename T> void *make_impl() { return new T; } in make_impl() function