Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp665 error_detected(EC); in ~raw_fd_ostream()
780 error_detected(std::error_code(errno, std::generic_category())); in write_impl()
797 error_detected(EC); in close()
812 error_detected(std::error_code(errno, std::generic_category())); in seek()
927 error_detected(std::error_code(errno, std::generic_category())); in read()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h464 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function