Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp2896 IntrusiveRefCntPtr<DummyFileSystem> BOnly(new DummyFileSystem()); in TEST_F() local
2897 BOnly->addDirectory("//root/b"); in TEST_F()
2898 BOnly->addRegularFile("//root/b/f"); in TEST_F()
2980 getFromYAMLString(FallthroughStr, BOnly); in TEST_F()
2986 getFromYAMLString(FallbackStr, BOnly); in TEST_F()
2992 getFromYAMLString(RedirectOnlyStr, BOnly); in TEST_F()