Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DErrorTest.cpp89 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP() function
234 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUP); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp93 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP() function
239 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUP); in TEST()