Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcodeobject.c733 #define CHECK_INT_ARG(ARG) \ in code_replace_impl() macro
740 CHECK_INT_ARG(co_argcount); in code_replace_impl()
741 CHECK_INT_ARG(co_posonlyargcount); in code_replace_impl()
742 CHECK_INT_ARG(co_kwonlyargcount); in code_replace_impl()
743 CHECK_INT_ARG(co_nlocals); in code_replace_impl()
744 CHECK_INT_ARG(co_stacksize); in code_replace_impl()
745 CHECK_INT_ARG(co_flags); in code_replace_impl()
746 CHECK_INT_ARG(co_firstlineno); in code_replace_impl()
748 #undef CHECK_INT_ARG in code_replace_impl()