HomeSort by relevance Sort by last modified time
    Searched full:stmt_ty (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty; typedef in typeref:struct:_stmt
384 stmt_ty _Py_FunctionDef(identifier name, arguments_ty args, asdl_seq * body,
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
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
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
400 stmt_ty _Py_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
403 stmt_ty _Py_Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int
406 stmt_ty _Py_For(expr_ty target, expr_ty iter, asdl_seq * body, asdl_seq *
409 stmt_ty _Py_While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty; typedef in typeref:struct:_stmt
384 stmt_ty _Py_FunctionDef(identifier name, arguments_ty args, asdl_seq * body,
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
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
397 stmt_ty _Py_Assign(asdl_seq * targets, expr_ty value, int lineno, int
400 stmt_ty _Py_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
403 stmt_ty _Py_Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int
406 stmt_ty _Py_For(expr_ty target, expr_ty iter, asdl_seq * body, asdl_seq *
409 stmt_ty _Py_While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno
    [all...]

Completed in 157 milliseconds