Lines Matching refs:TempFile
18 using llvm::unittest::TempFile;
71 TempFile a(aaa.str()); in TEST()
75 TempFile b(bbb.str()); in TEST()
79 TempFile c(ccc.str()); in TEST()
97 TempFile d(ddd); in TEST()
103 TempFile a(file_root.path("aaa")); in TEST()
104 TempFile b(file_root.path("bbb")); in TEST()
105 TempFile c(file_root.path("ccc")); in TEST()
133 TempFile a(subdir2.path("a")); in TEST()
164 TempFile a(subdir2.path("a")); in TEST()
165 TempFile b(file_root.path("b")); in TEST()
167 TempFile subdir3a(subdir3.path("aa")); in TEST()
169 { TempFile subdir3fileremoved(subdir3.path("removed")); } in TEST()
204 TempFile a(file_root.path("aaa")); in TEST()
205 TempFile b(file_root.path("bbb")); in TEST()
206 TempFile c(file_root.path("ccc")); in TEST()
210 TempFile d(foo.path("ddd")); in TEST()
213 TempFile e(foo.path("../eee")); in TEST()
263 TempFile a(file_root.path("a")); in TEST()