Searched refs:PyFutureFeatures (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Python/ |
D | future.c | 15 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()
|
D | symtable.c | 261 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()
|
D | compile.c | 161 PyFutureFeatures *c_future; /* pointer to module's __future__ */
|
/external/python/cpython2/Python/ |
D | future.c | 15 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()
|
D | symtable.c | 221 PySymtable_Build(mod_ty mod, const char *filename, PyFutureFeatures *future) in PySymtable_Build()
|
D | compile.c | 138 PyFutureFeatures *c_future; /* pointer to module's __future__ */
|
/external/python/cpython3/Include/ |
D | symtable.h | 32 PyFutureFeatures *st_future; /* module's future features that affect 79 PyFutureFeatures *future); 83 PyFutureFeatures *future);
|
D | compile.h | 51 } PyFutureFeatures; typedef 78 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST( 82 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromASTObject(
|
/external/python/cpython2/Include/ |
D | compile.h | 20 } PyFutureFeatures; typedef 34 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *);
|
D | symtable.h | 22 PyFutureFeatures *st_future; /* module's future features */ 56 PyFutureFeatures *);
|