Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp191 std::unique_ptr<derived> newd() { return llvm::make_unique<derived>(); } in newd() function
230 auto D2 = unique_dyn_cast<derived>(newd()); in TEST()