Searched refs:expr_context_ty (Results 1 – 4 of 4) sorted by relevance
/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/cpython2/Python/ |
D | compile.c | 159 static int compiler_nameop(struct compiler *, identifier, expr_context_ty); 167 expr_context_ty); 2313 compiler_nameop(struct compiler *c, identifier name, expr_context_ty ctx) in compiler_nameop() 3212 expr_context_ty ctx) in compiler_handle_subscr() 3240 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() 3269 compiler_simple_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_simple_slice() 3321 expr_context_ty ctx) in compiler_visit_nested_slice() 3342 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()
|