Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp394 DWARFYAML::File TmpFile; in dumpDebugLines() local
395 if (dumpFileEntry(LineData, Offset, TmpFile)) in dumpDebugLines()
396 DebugLines.Files.push_back(TmpFile); in dumpDebugLines()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dccc-analyzer34 my ($TmpFH, $TmpFile) = tempfile("temp_buf_XXXXXX",
37 open(STDOUT, ">$TmpFile");
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp637 if (const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE")) in CreateNewPreamblePCHFile() local
638 return TempPCHFile(TmpFile); in CreateNewPreamblePCHFile()