Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Support/
H A DErrorTest.cpp93 static void handleCustomErrorUPVoid(std::unique_ptr<CustomError> CE) {} in handleCustomErrorUPVoid() function
237 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUPVoid); in TEST()