Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp671 error_detected(EC); in ~raw_fd_ostream()
796 error_detected(std::error_code(errno, std::generic_category())); in write_impl()
813 error_detected(EC); in close()
826 error_detected(std::error_code(errno, std::generic_category())); in seek()
940 error_detected(std::error_code(errno, std::generic_category())); in read()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h487 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2882 .error_detected = amdgpu_pci_error_detected,