Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp283 redirecting_vfs.setFallthrough(false); in Verify()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h851 void setFallthrough(bool Fallthrough);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1256 void RedirectingFileSystem::setFallthrough(bool Fallthrough) { in setFallthrough() function in RedirectingFileSystem