Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c1368 #define PREDICT_ID(op) PRED_##op macro
1371 #define PREDICT(op) if (0) goto PREDICT_ID(op)
1380 goto PREDICT_ID(op); \
1384 #define PREDICTED(op) PREDICT_ID(op):