Home
last modified time | relevance | path

Searched defs:FileLocker (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1225 FileLocker(const FileLocker &L) = delete; in FileLocker() function
1230 FileLocker(FileLocker &&L) : FD(L.FD) { L.FD = -1; } FileLocker() function
[all...]
H A Draw_ostream.h44 class FileLocker; variable
/llvm-project/llvm/unittests/Support/
H A DPath.cpp2455 TEST_F(FileSystemTest,FileLocker) TEST_F() argument