Home
last modified time | relevance | path

Searched defs:error_detected (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h382 void error_detected() { Error = true; } in error_detected() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h426 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function