Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Support/
H A DErrorTest.cpp89 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP() function
234 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUP); in TEST()