Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2772 bool IsCurrentDirEmpty = true; in write() local
2775 IsCurrentDirEmpty = false; in write()
2782 if (!IsCurrentDirEmpty) { in write()
2792 if (IsDirPoppedFromStack || !IsCurrentDirEmpty) { in write()
2796 IsCurrentDirEmpty = true; in write()
2807 IsCurrentDirEmpty = false; in write()