Home
last modified time | relevance | path

Searched defs:firstlineno (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c121 PyObject *filename, PyObject *name, int firstlineno, in PyCode_NewWithPosOnlyArgs()
279 PyObject *filename, PyObject *name, int firstlineno, in PyCode_New()
332 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) in PyCode_NewEmpty()
553 int firstlineno, PyObject *linetable, PyObject *freevars, in code_new_impl()
1258 PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddre… in PyLineTable_InitAddressRange()
/third_party/python/Objects/clinic/
Dcodeobject.c.h37 int firstlineno; in code_new() local
/third_party/python/Python/
Dcompile.c2329 int firstlineno; in compiler_function() local
2427 int i, firstlineno; in compiler_class() local
6559 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
7041 guarantee_lineno_for_exits(struct assembler *a, int firstlineno) { in guarantee_lineno_for_exits()
Dmarshal.c1318 int firstlineno; in r_object() local
/third_party/python/Modules/
D_testcapimodule.c3437 int firstlineno; in code_newempty() local