/external/python/cpython2/Include/ |
D | Python-ast.h | 12 Param=6 } expr_context_ty; typedef 286 expr_context_ty ctx; 292 expr_context_ty ctx; 297 expr_context_ty ctx; 302 expr_context_ty ctx; 307 expr_context_ty ctx; 497 expr_ty _Py_Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int 500 expr_ty _Py_Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int 503 expr_ty _Py_Name(identifier id, expr_context_ty ctx, int lineno, int 506 expr_ty _Py_List(asdl_seq * elts, expr_context_ty ctx, int lineno, int [all …]
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 12 Param=6 } expr_context_ty; typedef 333 expr_context_ty ctx; 339 expr_context_ty ctx; 344 expr_context_ty ctx; 349 expr_context_ty ctx; 354 expr_context_ty ctx; 359 expr_context_ty ctx; 590 expr_ty _Py_Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int 593 expr_ty _Py_Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int 596 expr_ty _Py_Starred(expr_ty value, expr_context_ty ctx, int lineno, int [all …]
|
/external/python/cpython3/Python/ |
D | ast.c | 17 static int validate_exprs(asdl_seq *, expr_context_ty, int); 20 static int validate_expr(expr_ty, expr_context_ty); 88 expr_context_name(expr_context_ty ctx) in expr_context_name() 182 validate_expr(expr_ty exp, expr_context_ty ctx) in validate_expr() 185 expr_context_ty actual_ctx; in validate_expr() 363 validate_assignlist(asdl_seq *targets, expr_context_ty ctx) in validate_assignlist() 537 validate_exprs(asdl_seq *exprs, expr_context_ty ctx, int null_ok) in validate_exprs() 599 expr_context_ty); 965 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() 3056 ast_for_exprlist(struct compiling *c, const node *n, expr_context_ty context) in ast_for_exprlist()
|
D | Python-ast.c | 361 static PyObject* ast2obj_expr_context(expr_context_ty); 1173 static int obj2ast_expr_context(PyObject* obj, expr_context_ty* out, PyArena* 2237 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute() 2269 Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int lineno, int in Subscript() 2301 Starred(expr_ty value, expr_context_ty ctx, int lineno, int col_offset, PyArena in Starred() 2327 Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, PyArena in Name() 2353 List(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in List() 2374 Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in Tuple() 3481 PyObject* ast2obj_expr_context(expr_context_ty o) in ast2obj_expr_context() 6840 expr_context_ty ctx; in obj2ast_expr() [all …]
|
D | compile.c | 175 static int compiler_nameop(struct compiler *, identifier, expr_context_ty); 184 expr_context_ty); 3161 compiler_nameop(struct compiler *c, identifier name, expr_context_ty ctx) in compiler_nameop() 4826 expr_context_ty ctx) in compiler_handle_subscr() 4854 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() 4884 expr_context_ty ctx) in compiler_visit_nested_slice() 4902 compiler_visit_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_visit_slice()
|
/external/python/cpython2/Python/ |
D | compile.c | 159 static int compiler_nameop(struct compiler *, identifier, expr_context_ty); 167 expr_context_ty); 2315 compiler_nameop(struct compiler *c, identifier name, expr_context_ty ctx) in compiler_nameop() 3213 expr_context_ty ctx) in compiler_handle_subscr() 3241 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() 3270 compiler_simple_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_simple_slice() 3322 expr_context_ty ctx) in compiler_visit_nested_slice() 3343 compiler_visit_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_visit_slice()
|
D | Python-ast.c | 276 static PyObject* ast2obj_expr_context(expr_context_ty); 972 static int obj2ast_expr_context(PyObject* obj, expr_context_ty* out, PyArena* 1853 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute() 1885 Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int lineno, int in Subscript() 1917 Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, PyArena in Name() 1943 List(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in List() 1964 Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in Tuple() 2932 PyObject* ast2obj_expr_context(expr_context_ty o) in ast2obj_expr_context() 5680 expr_context_ty ctx; in obj2ast_expr() 5729 expr_context_ty ctx; in obj2ast_expr() [all …]
|
D | ast.c | 31 expr_context_ty); 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() 2306 ast_for_exprlist(struct compiling *c, const node *n, expr_context_ty context) in ast_for_exprlist()
|