Searched refs:Take (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp57 auto str = Take<PythonString>(str_obj);
262 *this = Take<PythonBytes>(PyBytes_FromStringAndSize(data, bytes.size()));
279 *this = Take<PythonByteArray>(PyByteArray_FromStringAndSize(str, length));
322 return Take<PythonString>(str);
486 *this = Take<PythonInteger>(PyLong_FromLongLong(value));
510 *this = Take<PythonBoolean>(PyBool_FromLong(value));
523 *this = Take<PythonList>(PyList_New(0));
527 *this = Take<PythonList>(PyList_New(list_size));
579 *this = Take<PythonTuple>(PyTuple_New(0));
583 *this = Take<PythonTupl
[all...]
H A DPythonDataObjects.h40 // Python objects should be created with Retain<> or Take<>, and they
120 // Take a reference that you already own, and turn it into
130 template <typename T> T Take(PyObject *obj) { function in namespace:lldb_private::python
332 return python::Take<PythonObject>(obj);
342 return python::Take<PythonObject>(obj);
351 return python::Take<PythonObject>(obj);
H A DScriptInterpreterPython.cpp1452 // Take what the user wrote, wrap it all up inside one big auto-generated
2086 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting)));
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk99 # Take care of ${MACHINE}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc164 // at free'd data. Take away the path and put it back when done.
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh719 * Take our interrupt handler out of the list of handlers
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4365 % Take care of Texinfo commands that can appear in an index entry.
4777 % Take care of unwanted page breaks/skips around a whatsit:
8902 % Take account of \c (plain) vs. \, (Texinfo) difference.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3220 % Take care of Texinfo commands that can appear in an index entry.
3550 % Take care of unwanted page breaks:
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3119 % Take care of Texinfo commands that can appear in an index entry.
3448 % Take care of unwanted page breaks:

Completed in 195 milliseconds