Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfuture.c15 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features()
64 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
125 PyFutureFeatures *
128 PyFutureFeatures *ff; in PyFuture_FromASTObject()
130 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in PyFuture_FromASTObject()
146 PyFutureFeatures *
149 PyFutureFeatures *ff; in PyFuture_FromAST()
Dsymtable.c261 PySymtable_BuildObject(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in PySymtable_BuildObject()
349 PySymtable_Build(mod_ty mod, const char *filename_str, PyFutureFeatures *future) in PySymtable_Build()
Dcompile.c161 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/
Dsymtable.h32 PyFutureFeatures *st_future; /* module's future features that affect
79 PyFutureFeatures *future);
83 PyFutureFeatures *future);
Dcompile.h51 } PyFutureFeatures; typedef
78 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(
82 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromASTObject(
/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 *);