Home
last modified time | relevance | path

Searched refs:ff_features (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Python/
H A 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()
H A Dast_opt.c861 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_arg()
880 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
888 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
914 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
H A Dsymtable.c1818 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotation()
1853 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotations()
2155 future->ff_features |= flags->cf_flags; in _Py_SymtableStringObjectFlags()
H A Dtraceback.c686 state.ff_features = 0; in extract_anchors_from_line()
H A Dcompile.c559 merged = c.c_future->ff_features | flags->cf_flags; in _PyAST_Compile()
560 c.c_future->ff_features = merged; in _PyAST_Compile()
568 state.ff_features = merged; in _PyAST_Compile()
2429 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
6052 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()
6117 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()
/third_party/python/Include/internal/
H A Dpycore_compile.h30 int ff_features; member
/third_party/python/Include/cpython/
H A Dcompile.h37 int ff_features; /* flags set by future statements */ member

Completed in 20 milliseconds