Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp2892 IntrusiveRefCntPtr<DummyFileSystem> AOnly(new DummyFileSystem()); in TEST_F() local
2893 AOnly->addDirectory("//root/a"); in TEST_F()
2894 AOnly->addRegularFile("//root/a/f"); in TEST_F()
2958 getFromYAMLString(FallthroughStr, AOnly); in TEST_F()
2964 getFromYAMLString(FallbackStr, AOnly); in TEST_F()
2970 getFromYAMLString(RedirectOnlyStr, AOnly); in TEST_F()