Searched defs:firstlineno (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | codeobject.c | 121 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/ |
D | codeobject.c.h | 37 int firstlineno; in code_new() local
|
/third_party/python/Python/ |
D | compile.c | 2329 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()
|
D | marshal.c | 1318 int firstlineno; in r_object() local
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 3437 int firstlineno; in code_newempty() local
|