Searched defs:code_flags (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Python/ |
D | assemble.c | 544 PyObject *constslist, int maxdepth, int nlocalsplus, int code_flags, in makecode() 738 int nlocalsplus, int code_flags, PyObject *filename) in _PyAssemble_MakeCodeObject()
|
D | bytecodes.c | 3123 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local 3183 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local 3819 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local 3920 int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags; in dummy_func() local
|
D | flowgraph.c | 2545 int *fixed, int nfreevars, int code_flags) in insert_prefix_instructions() 2668 prepare_localsplus(_PyCompile_CodeUnitMetadata *umd, cfg_builder *g, int code_flags) in prepare_localsplus() 2738 _PyCompile_CodeUnitMetadata *umd, int code_flags, in _PyCfg_OptimizedCfgToInstructionSequence()
|
D | generated_cases.c.h | 796 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local 1059 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local 1341 int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags; in TARGET() local 1483 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local 1965 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local
|
D | compile.c | 7643 int code_flags, PyObject *filename) in optimize_and_assemble_code_unit() 7695 int code_flags = compute_code_flags(c); in optimize_and_assemble() local 7979 int code_flags = 0; in _PyCompile_Assemble() local
|
D | executor_cases.c.h | 3029 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; variable
|