Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DErrorTest.cpp85 static Error handleCustomError(const CustomError &CE) { return Error(); } in handleCustomError() function
228 handleAllErrors(make_error<CustomError>(42), handleCustomError); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp87 static Error handleCustomError(const CustomError &CE) { in handleCustomError() function
233 handleAllErrors(make_error<CustomError>(42), handleCustomError); in TEST()