Home
last modified time | relevance | path

Searched refs:_PyCode_Validate (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_code.h210 PyAPI_FUNC(int) _PyCode_Validate(struct _PyCodeConstructor *);
/third_party/python/Objects/
Dcodeobject.c231 _PyCode_Validate(struct _PyCodeConstructor *con) in _PyCode_Validate() function
599 if (_PyCode_Validate(&con) < 0) { in PyCode_NewWithPosOnlyArgs()
/third_party/python/Python/
Dmarshal.c1454 if (_PyCode_Validate(&con) < 0) { in r_object()
Dcompile.c8053 if (_PyCode_Validate(&con) < 0) { in makecode()