Home
last modified time | relevance | path

Searched refs:_frame (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtraceback.h8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
Dgenobject.h10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
Dceval.h26 struct _frame; /* Avoid including frameobject.h */
31 PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
65 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
66 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
Dpystate.h42 struct _frame; /* Avoid including frameobject.h */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
62 struct _frame *frame;
190 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtraceback.h8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
Dgenobject.h10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
Dceval.h26 struct _frame; /* Avoid including frameobject.h */
31 PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
65 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
66 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
Dpystate.h42 struct _frame; /* Avoid including frameobject.h */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
62 struct _frame *frame;
192 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c151 static struct _frame *
475 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c150 static struct _frame *
477 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()