HomeSort by relevance Sort by last modified time
    Searched refs:asdl_seq (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
asdl.c 4 asdl_seq *
7 asdl_seq *seq = NULL;
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
23 n += sizeof(asdl_seq);
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
54 n += sizeof(asdl_seq);
ast.c 26 static asdl_seq *seq_for_testlist(struct compiling *, const node *);
29 static asdl_seq *ast_for_suite(struct compiling *, const node *);
30 static asdl_seq *ast_for_exprlist(struct compiling *, const node *,
33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
220 asdl_seq *stmts = NULL;
372 asdl_seq *s = NULL;
577 static asdl_seq *
581 asdl_seq *seq;
612 asdl_seq *args = asdl_seq_new(len, c->c_arena);
670 asdl_seq *args, *defaults;
    [all...]
Python-ast.c 547 static PyObject* ast2obj_list(asdl_seq *seq, PyObject* (*func)(void*))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
asdl.c 4 asdl_seq *
7 asdl_seq *seq = NULL;
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
23 n += sizeof(asdl_seq);
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
54 n += sizeof(asdl_seq);
ast.c 26 static asdl_seq *seq_for_testlist(struct compiling *, const node *);
29 static asdl_seq *ast_for_suite(struct compiling *, const node *);
30 static asdl_seq *ast_for_exprlist(struct compiling *, const node *,
33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
220 asdl_seq *stmts = NULL;
372 asdl_seq *s = NULL;
577 static asdl_seq *
581 asdl_seq *seq;
612 asdl_seq *args = asdl_seq_new(len, c->c_arena);
670 asdl_seq *args, *defaults;
    [all...]
  /external/python/cpython2/Python/
asdl.c 4 asdl_seq *
7 asdl_seq *seq = NULL;
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
23 n += sizeof(asdl_seq);
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
54 n += sizeof(asdl_seq);
ast.c 26 static asdl_seq *seq_for_testlist(struct compiling *, const node *);
29 static asdl_seq *ast_for_suite(struct compiling *, const node *);
30 static asdl_seq *ast_for_exprlist(struct compiling *, const node *,
33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
220 asdl_seq *stmts = NULL;
372 asdl_seq *s = NULL;
577 static asdl_seq *
581 asdl_seq *seq;
612 asdl_seq *args = asdl_seq_new(len, c->c_arena);
670 asdl_seq *args, *defaults
    [all...]
  /external/python/cpython3/Python/
asdl.c 4 asdl_seq *
7 asdl_seq *seq = NULL;
19 if (n > SIZE_MAX - sizeof(asdl_seq)) {
23 n += sizeof(asdl_seq);
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
50 if (n > SIZE_MAX - sizeof(asdl_seq)) {
54 n += sizeof(asdl_seq);
ast.c 14 static int validate_stmts(asdl_seq *);
15 static int validate_exprs(asdl_seq *, expr_context_ty, int);
16 static int validate_nonempty_seq(asdl_seq *, const char *, const char *);
21 validate_comprehension(asdl_seq *gens)
64 validate_keywords(asdl_seq *keywords)
74 validate_args(asdl_seq *args)
353 validate_nonempty_seq(asdl_seq *seq, const char *what, const char *owner)
362 validate_assignlist(asdl_seq *targets, expr_context_ty ctx)
369 validate_body(asdl_seq *body, const char *owner)
517 validate_stmts(asdl_seq *seq
    [all...]
  /external/python/cpython3/Include/
Python-ast.h 48 asdl_seq *body;
52 asdl_seq *body;
60 asdl_seq *body;
80 asdl_seq *body;
81 asdl_seq *decorator_list;
88 asdl_seq *body;
89 asdl_seq *decorator_list;
95 asdl_seq *bases;
96 asdl_seq *keywords;
97 asdl_seq *body
    [all...]
asdl.h 22 } asdl_seq; typedef in typeref:struct:__anon33112
29 asdl_seq *_Py_asdl_seq_new(Py_ssize_t size, PyArena *arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets;
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon4302
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets;
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon4609
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /external/python/cpython2/Include/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon32550
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon66441
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon66563
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon956
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 44 asdl_seq *body;
48 asdl_seq *body;
56 asdl_seq *body;
75 asdl_seq *body;
76 asdl_seq *decorator_list;
81 asdl_seq *bases;
82 asdl_seq *body;
83 asdl_seq *decorator_list;
91 asdl_seq *targets;
95 asdl_seq *targets
    [all...]
asdl.h 23 } asdl_seq; typedef in typeref:struct:__anon1079
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);

Completed in 459 milliseconds

1 2