Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Duninitialized.cpp578 template <typename T> FooImpl<T> makeFoo(const T& x) { in makeFoo() function
583 const Foo &x = makeFoo(42); in test()
584 const int&y = makeFoo(42u); in test()