Searched refs:handleCustomError (Results 1 – 1 of 1) sorted by relevance
85 static Error handleCustomError(const CustomError &CE) { return Error(); } in handleCustomError() function228 handleAllErrors(make_error<CustomError>(42), handleCustomError); in TEST()