Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp44 int temp_fd = -1; in ClangUtilityFunction() local
46 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ClangUtilityFunction()
47 if (temp_fd != -1) { in ClangUtilityFunction()
48 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ClangUtilityFunction()
H A DClangExpressionParser.cpp1064 int temp_fd = -1; in ParseInternal() local
1069 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
1071 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ParseInternal()
1074 if (temp_fd != -1) { in ParseInternal()
1075 lldb_private::NativeFile file(temp_fd, File::eOpenOptionWriteOnly, true); in ParseInternal()