Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfuture.c14 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features()
63 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
129 PyFutureFeatures *
132 PyFutureFeatures *ff; in PyFuture_FromASTObject()
134 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in PyFuture_FromASTObject()
150 PyFutureFeatures *
153 PyFutureFeatures *ff; in PyFuture_FromAST()
Dsymtable.c251 PySymtable_BuildObject(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in PySymtable_BuildObject()
329 PySymtable_Build(mod_ty mod, const char *filename_str, PyFutureFeatures *future) in PySymtable_Build()
Dcompile.c154 PyFutureFeatures *c_future; /* pointer to module's __future__ */
/external/python/cpython2/Python/
Dfuture.c15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename) in future_check_features()
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) in future_parse()
119 PyFutureFeatures *
122 PyFutureFeatures *ff; in PyFuture_FromAST()
124 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in PyFuture_FromAST()
Dsymtable.c221 PySymtable_Build(mod_ty mod, const char *filename, PyFutureFeatures *future) in PySymtable_Build()
Dcompile.c138 PyFutureFeatures *c_future; /* pointer to module's __future__ */
/external/python/cpython3/Include/
Dcompile.h37 } PyFutureFeatures; typedef
64 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(
68 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromASTObject(
Dsymtable.h31 PyFutureFeatures *st_future; /* module's future features that affect
75 PyFutureFeatures *future);
79 PyFutureFeatures *future);
/external/python/cpython2/Include/
Dcompile.h20 } PyFutureFeatures; typedef
34 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *);
Dsymtable.h22 PyFutureFeatures *st_future; /* module's future features */
56 PyFutureFeatures *);