reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/FileOutputBufferTest.cpp
   37     ASSERT_NO_ERROR(
   47     ASSERT_NO_ERROR(errorToErrorCode(BufferOrErr.takeError()));
   54     ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));
   59   ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
   61   ASSERT_NO_ERROR(fs::remove(File1.str()));
   69     ASSERT_NO_ERROR(errorToErrorCode(Buffer2OrErr.takeError()));
   78   ASSERT_NO_ERROR(fs::remove(File2.str()));
   86     ASSERT_NO_ERROR(errorToErrorCode(BufferOrErr.takeError()));
   92     ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));
   97   ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size));
   99   ASSERT_NO_ERROR(fs::remove(File3.str()));
  107     ASSERT_NO_ERROR(errorToErrorCode(BufferOrErr.takeError()));
  112     ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));
  116   ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
  119   ASSERT_NO_ERROR(fs::remove(File4.str()));
  122   ASSERT_NO_ERROR(fs::remove(TestDirectory.str()));