HomeSort by relevance Sort by last modified time
    Searched refs:PyArena (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h 11 typedef struct _arena PyArena;
35 PyAPI_FUNC(PyArena *) PyArena_New(void);
36 PyAPI_FUNC(void) PyArena_Free(PyArena *);
50 PyAPI_FUNC(void *) PyArena_Malloc(PyArena *, size_t size);
56 PyAPI_FUNC(int) PyArena_AddPyObject(PyArena *, PyObject *);
ast.h 8 const char *, PyArena *);
compile.h 33 PyCompilerFlags *, PyArena *);
Python-ast.h 376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena)
    [all...]
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
pythonrun.h 44 PyArena *);
48 PyArena *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h 11 typedef struct _arena PyArena;
35 PyAPI_FUNC(PyArena *) PyArena_New(void);
36 PyAPI_FUNC(void) PyArena_Free(PyArena *);
50 PyAPI_FUNC(void *) PyArena_Malloc(PyArena *, size_t size);
56 PyAPI_FUNC(int) PyArena_AddPyObject(PyArena *, PyObject *);
ast.h 8 const char *, PyArena *);
compile.h 33 PyCompilerFlags *, PyArena *);
Python-ast.h 376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena)
    [all...]
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
pythonrun.h 44 PyArena *);
48 PyArena *);

Completed in 128 milliseconds