Home
last modified time | relevance | path

Searched defs:firstlineno (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h40 int firstlineno; in code_new() local
/third_party/python/Include/internal/
H A Dpycore_code.h177 int firstlineno; member
/third_party/python/Python/
H A Dmarshal.c1368 int firstlineno; in r_object() local
H A Dcompile.c2601 int firstlineno; in compiler_function() local
2695 int i, firstlineno; in compiler_class() local
7230 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init() argument
8273 guarantee_lineno_for_exits(struct assembler *a, int firstlineno) guarantee_lineno_for_exits() argument
[all...]
/third_party/python/Objects/
H A Dcodeobject.c656 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty() argument
781 _PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddressRang argument
498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c3612 int firstlineno; in code_newempty() local

Completed in 26 milliseconds