Searched defs:__Pyx_ErrRestore (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c10 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
15 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { function
126 __Pyx_ErrRestore(type, value, tb);
436 __Pyx_ErrRestore(old_exc, old_val, old_tb);
444 __Pyx_ErrRestore(old_exc, old_val, old_tb);
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c441 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
2880 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { function
2969 __Pyx_ErrRestore(type, value, tb);
3471 __Pyx_ErrRestore(old_exc, old_val, old_tb);
H A Dqavltree.c461 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
2362 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { function
2451 __Pyx_ErrRestore(type, value, tb);
H A Dqbintree.c461 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
2357 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { function
2446 __Pyx_ErrRestore(type, value, tb);
H A Dqrbtree.c461 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
2359 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { function
2448 __Pyx_ErrRestore(type, value, tb);

Completed in 127 milliseconds