Home
last modified time | relevance | path

Searched refs:ast2obj_stmt (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
DPython-ast.c395 static PyObject* ast2obj_stmt(struct ast_state *state, void*);
3583 value = ast2obj_list(state, (asdl_seq*)o->v.Module.body, ast2obj_stmt); in ast2obj_mod()
3600 ast2obj_stmt); in ast2obj_mod()
3641 ast2obj_stmt(struct ast_state *state, void* _o) in ast2obj_stmt() function
3665 ast2obj_stmt); in ast2obj_stmt()
3702 ast2obj_stmt); in ast2obj_stmt()
3747 ast2obj_stmt); in ast2obj_stmt()
3860 value = ast2obj_list(state, (asdl_seq*)o->v.For.body, ast2obj_stmt); in ast2obj_stmt()
3865 value = ast2obj_list(state, (asdl_seq*)o->v.For.orelse, ast2obj_stmt); in ast2obj_stmt()
3891 ast2obj_stmt); in ast2obj_stmt()
[all …]