Home
last modified time | relevance | path

Searched refs:MAKE_FUNCTION (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h160 [MAKE_FUNCTION] = MAKE_FUNCTION,
374 [MAKE_FUNCTION] = "MAKE_FUNCTION",
/third_party/python/Include/
H A Dopcode.h89 #define MAKE_FUNCTION 132 macro
/third_party/python/Lib/
H A Ddis.py33 MAKE_FUNCTION = opmap['MAKE_FUNCTION'] variable
487 elif deop == MAKE_FUNCTION:
/third_party/python/Python/
H A Dcompile.c1128 case MAKE_FUNCTION: in stack_effect()
2310 ADDOP_I(c, MAKE_FUNCTION, flags); in compiler_make_closure()
H A Dceval.c5396 TARGET(MAKE_FUNCTION) {

Completed in 32 milliseconds