Lines Matching refs:ast2obj_int
732 static PyObject* ast2obj_int(long b) in ast2obj_int() function
2789 value = ast2obj_int(o->v.AnnAssign.simple); in ast2obj_stmt()
2983 value = ast2obj_int(o->v.ImportFrom.level); in ast2obj_stmt()
3029 value = ast2obj_int(o->lineno); in ast2obj_stmt()
3034 value = ast2obj_int(o->col_offset); in ast2obj_stmt()
3318 value = ast2obj_int(o->v.FormattedValue.conversion); in ast2obj_expr()
3464 value = ast2obj_int(o->lineno); in ast2obj_expr()
3469 value = ast2obj_int(o->col_offset); in ast2obj_expr()
3712 value = ast2obj_int(o->is_async); in ast2obj_comprehension()
3754 value = ast2obj_int(o->lineno); in ast2obj_excepthandler()
3759 value = ast2obj_int(o->col_offset); in ast2obj_excepthandler()
3840 value = ast2obj_int(o->lineno); in ast2obj_arg()
3845 value = ast2obj_int(o->col_offset); in ast2obj_arg()