HomeSort by relevance Sort by last modified time
    Searched refs:handleCustomError (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
ErrorTest.cpp 85 static Error handleCustomError(const CustomError &CE) { return Error(); }
170 TEST(Error, HandleCustomError) {
228 handleAllErrors(make_error<CustomError>(42), handleCustomError);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ErrorTest.cpp 87 static Error handleCustomError(const CustomError &CE) {
175 TEST(Error, HandleCustomError) {
233 handleAllErrors(make_error<CustomError>(42), handleCustomError);

Completed in 278 milliseconds