Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp665 error_detected(EC); in ~raw_fd_ostream()
781 error_detected(std::error_code(errno, std::generic_category())); in write_impl()
798 error_detected(EC); in close()
813 error_detected(std::error_code(errno, std::generic_category())); in seek()
927 error_detected(std::error_code(errno, std::generic_category())); in read()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h477 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function