Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DCasting.cpp301 std::unique_ptr<base> newb() { return std::make_unique<derived>(); } in newb() function
343 auto B2 = unique_dyn_cast<derived>(newb()); in TEST()
346 auto B3 = unique_dyn_cast<base>(newb()); in TEST()
352 auto F2 = unique_dyn_cast<foo>(newb()); in TEST()