Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1036 : Base(args...), m_py_obj(file), m_borrowed(borrowed) { in OwnedPythonFile()
1096 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() argument
1098 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1147 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() argument
1148 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()
1193 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile() argument
1194 : PythonIOFile(file, borrowed), in BinaryPythonFile()
1247 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() argument
1248 : PythonIOFile(file, borrowed), in TextPythonFile()
1324 if (borrowed) { in ConvertToFile()
[all …]
H A DPythonDataObjects.h624 llvm::Expected<lldb::FileSP> ConvertToFile(bool borrowed = false);
626 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-typemaps.swig408 unwrapOrSetPythonException(py_file.ConvertToFile(/*borrowed=*/true));
421 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
467 // created this as a borrowed reference.
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Ddeadstore.ll4 ;; Most of these are borrowed from transforms/DSE/simple.ll
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bPapers.csv8 "`P2017R1 <https://wg21.link/P2017R1>`__","LWG","Conditionally borrowed ranges","February 2021","",…
H A DCxx2bIssues.csv57 "`3494 <https://wg21.link/LWG3494>`__","Allow ranges to be conditionally borrowed","February 2021",…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpoison-ops.ll1 ; NOTE: This test case is borrowed from undef-ops.ll
/llvm-project-15.0.7/clang/docs/
H A DDataFlowAnalysisIntro.md787 This analysis will refuse to refactor code that mixes borrowed pointer values
788 and unique ownership. In the following code, `GetPtr()` returns a borrowed
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex724 The third and final group of test cases are borrowed from
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst3155 the same address they *synchronize with*. These semantics are borrowed