Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp93 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP() function
239 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUP); in TEST()