Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfuture.c36 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features()
40 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
128 ff->ff_features = 0; in _PyFuture_FromAST()
Dast_opt.c646 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()
Dsymtable.c1826 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()
2156 future->ff_features |= flags->cf_flags; in _Py_SymtableStringObjectFlags()
Dcompile.c432 merged = c.c_future->ff_features | flags->cf_flags; in _PyAST_Compile()
433 c.c_future->ff_features = merged; in _PyAST_Compile()
441 state.ff_features = merged; in _PyAST_Compile()
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()
/third_party/python/Include/internal/
Dpycore_compile.h30 int ff_features; member
/third_party/python/Include/cpython/
Dcompile.h35 int ff_features; /* flags set by future statements */ member