Home
last modified time | relevance | path

Searched refs:_PyCompile_ConstCacheMergeOne (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dassemble.c438 RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_except_table)); in assemble_emit()
441 RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_linetable)); in assemble_emit()
444 RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_bytecode)); in assemble_emit()
556 if (_PyCompile_ConstCacheMergeOne(const_cache, &names) < 0) { in makecode()
564 if (_PyCompile_ConstCacheMergeOne(const_cache, &consts) < 0) { in makecode()
618 if (_PyCompile_ConstCacheMergeOne(const_cache, &localsplusnames) < 0) { in makecode()
Dflowgraph.c1263 if (_PyCompile_ConstCacheMergeOne(const_cache, &newconst) < 0) { in add_const()
Dcompile.c7597 _PyCompile_ConstCacheMergeOne(PyObject *const_cache, PyObject **obj) in _PyCompile_ConstCacheMergeOne() function
/external/python/cpython3/Include/internal/
Dpycore_compile.h75 int _PyCompile_ConstCacheMergeOne(PyObject *const_cache, PyObject **obj);
/external/python/cpython3/Doc/data/
Dpython3.13.abi23757 …<function-decl name='_PyCompile_ConstCacheMergeOne' filepath='./Include/internal/pycore_compile.h'…