Searched refs:CO_FUTURE_ANNOTATIONS (Results 1 – 7 of 7) sorted by relevance
78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime variable147 CO_FUTURE_ANNOTATIONS)
9 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
98 #define CO_FUTURE_ANNOTATIONS 0x1000000 macro
40 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
646 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_arg()665 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()673 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()699 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
1826 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotation()1861 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotations()
2162 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()5411 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()5476 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()