Home
last modified time | relevance | path

Searched defs:File3 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory-legacy-functions.cpp107 gsl::owner<FILE *> File3 = ::fopen("test_name.txt", "w+"); // Ok in test_resource_creators() local
186 gsl::owner<FILE *> File3 = freopen("testfile.txt", "w", File2); // Bad, File2 no owner in test_legacy_consumers() local
/llvm-project/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp81 SmallString<128> File3(TestDirectory); in TEST() local