Searched refs:TmpDir (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h42 // Returns path to a TmpDir.
43 std::string TmpDir();
H A DFuzzerIO.cpp155 return DirPlusFile(TmpDir(), std::string("libFuzzerTemp.") + Prefix +
H A DFuzzerIOPosix.cpp139 std::string TmpDir() { function in namespace:fuzzer
H A DFuzzerIOWindows.cpp368 std::string TmpDir() { function in namespace:fuzzer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp361 SmallString<1024> TmpDir; local
364 TmpDir = getDir()->getName();
365 llvm::sys::path::append(TmpDir, Filename);
376 return HS.getFileAndSuggestModule(TmpDir, IncludeLoc, getDir(),
777 SmallString<1024> TmpDir; local
784 TmpDir = IncluderAndDir.second->getName();
785 TmpDir.push_back('/');
786 TmpDir.append(Filename.begin(), Filename.end());
799 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader,

Completed in 64 milliseconds