Searched refs:CO_FUTURE_ANNOTATIONS (Results 1 – 6 of 6) sorted by relevance
78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime variable147 CO_FUTURE_ANNOTATIONS)
21 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
98 #define CO_FUTURE_ANNOTATIONS 0x1000000 macro
47 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
611 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_arg()625 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()633 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()659 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
2031 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()5263 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()