Searched refs:borrowed (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1036 : 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 D | PythonDataObjects.h | 624 llvm::Expected<lldb::FileSP> ConvertToFile(bool borrowed = false); 626 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 408 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 D | deadstore.ll | 4 ;; Most of these are borrowed from transforms/DSE/simple.ll
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bPapers.csv | 8 "`P2017R1 <https://wg21.link/P2017R1>`__","LWG","Conditionally borrowed ranges","February 2021","",…
|
| H A D | Cxx2bIssues.csv | 57 "`3494 <https://wg21.link/LWG3494>`__","Allow ranges to be conditionally borrowed","February 2021",…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | poison-ops.ll | 1 ; NOTE: This test case is borrowed from undef-ops.ll
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DataFlowAnalysisIntro.md | 787 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 D | implementation.tex | 724 The third and final group of test cases are borrowed from
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 3155 the same address they *synchronize with*. These semantics are borrowed
|