Searched defs:Py_CLEAR (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dsqlitecompat.h42 /* define Py_CLEAR for pre-2.4 versions of Python */
43 #ifndef Py_CLEAR
44 #define Py_CLEAR(op) \ macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h177 #ifdef Py_CLEAR
178 #undef Py_CLEAR macro
180 #define Py_CLEAR(op) do { \ macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h215 #ifdef Py_CLEAR
216 #undef Py_CLEAR macro
218 #define Py_CLEAR(op) do { \ macro
/external/python/cpython2/Modules/
H A D_csv.c41 #ifndef Py_CLEAR
42 #define Py_CLEAR(op) \ macro
861 Py_CLEAR(self->dialect);
862 Py_CLEAR(self->input_iter);
863 Py_CLEAR(self->fields);
1309 Py_CLEAR(self->dialect);
1310 Py_CLEAR(self->writeline);
/external/python/cpython2/Modules/_ctypes/
H A Dctypes.h388 #ifndef Py_CLEAR
389 #define Py_CLEAR(op) \ macro
/external/python/cpython2/Include/
H A Dobject.h802 * Py_CLEAR(op);
812 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
814 #define Py_CLEAR(op) \ macro
829 * As in case of Py_CLEAR "the obvious" code can be deadly:
/external/python/cpython3/Include/
H A Dobject.h819 * Py_CLEAR(op);
829 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
831 #define Py_CLEAR(op) \ macro
858 * As in case of Py_CLEAR "the obvious" code can be deadly:

Completed in 148 milliseconds