Home
last modified time | relevance | path

Searched refs:error_unlocked (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/
H A Dferror_unlocked.cpp17 return reinterpret_cast<__llvm_libc::File *>(stream)->error_unlocked();
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dfile_writer.cpp21 if (file->error_unlocked()) in write()
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h201 bool error_unlocked() const { return err; } in error_unlocked() function
205 return error_unlocked(); in error()
/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dfile_test.cpp480 ASSERT_FALSE(f_fbf->error_unlocked()); in TEST()
481 ASSERT_FALSE(f_lbf->error_unlocked()); in TEST()
482 ASSERT_FALSE(f_nbf->error_unlocked()); in TEST()