Home
last modified time | relevance | path

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

/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h126 #define HAVE_COMPUTED_GOTOS 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h126 #define HAVE_COMPUTED_GOTOS 1 macro
/external/python/cpython2/
Dpyconfig.h.in122 #undef HAVE_COMPUTED_GOTOS
Dconfigure.ac4916 AC_DEFINE(HAVE_COMPUTED_GOTOS, 1, definition
/external/python/cpython3/
Dpyconfig.h.in132 #undef HAVE_COMPUTED_GOTOS
Dconfigure.ac5376 AC_DEFINE(HAVE_COMPUTED_GOTOS, 1, definition
/external/python/cpython3/Python/
Dceval.c627 #ifdef HAVE_COMPUTED_GOTOS in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dceval.c694 #ifdef HAVE_COMPUTED_GOTOS in PyEval_EvalFrameEx()