Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Duninitialized.cpp535 template <typename T> FooImpl<T> makeFoo(const T& x) { in makeFoo() function
540 const Foo &x = makeFoo(42); in test()
541 const int&y = makeFoo(42u); in test()