Home
last modified time | relevance | path

Searched refs:USE_COMPUTED_GOTOS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_lib.h535 #ifndef USE_COMPUTED_GOTOS
536 #define USE_COMPUTED_GOTOS 1 macro
538 #elif defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
541 #undef USE_COMPUTED_GOTOS macro
542 #define USE_COMPUTED_GOTOS 0 macro
545 #if USE_COMPUTED_GOTOS
579 #if USE_COMPUTED_GOTOS in match()
599 #if USE_COMPUTED_GOTOS in match()
1544 #if !USE_COMPUTED_GOTOS in match()
[all...]
/third_party/python/Python/
H A Dceval.c1291 #ifndef USE_COMPUTED_GOTOS
1292 #define USE_COMPUTED_GOTOS 1 macro
1295 #if defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
1298 #undef USE_COMPUTED_GOTOS macro
1299 #define USE_COMPUTED_GOTOS 0 macro
1314 #if USE_COMPUTED_GOTOS
1414 #if USE_COMPUTED_GOTOS
1640 #if USE_COMPUTED_GOTOS
1761 #if USE_COMPUTED_GOTOS
[all...]

Completed in 9 milliseconds