Lines Matching defs:_o
3607 ast2obj_mod(struct ast_state *state, void* _o)
3609 mod_ty o = (mod_ty)_o;
3684 ast2obj_stmt(struct ast_state *state, void* _o)
3686 stmt_ty o = (stmt_ty)_o;
4249 ast2obj_expr(struct ast_state *state, void* _o)
4251 expr_ty o = (expr_ty)_o;
4858 ast2obj_comprehension(struct ast_state *state, void* _o)
4860 comprehension_ty o = (comprehension_ty)_o;
4903 ast2obj_excepthandler(struct ast_state *state, void* _o)
4905 excepthandler_ty o = (excepthandler_ty)_o;
4968 ast2obj_arguments(struct ast_state *state, void* _o)
4970 arguments_ty o = (arguments_ty)_o;
5028 ast2obj_arg(struct ast_state *state, void* _o)
5030 arg_ty o = (arg_ty)_o;
5088 ast2obj_keyword(struct ast_state *state, void* _o)
5090 keyword_ty o = (keyword_ty)_o;
5143 ast2obj_alias(struct ast_state *state, void* _o)
5145 alias_ty o = (alias_ty)_o;
5198 ast2obj_withitem(struct ast_state *state, void* _o)
5200 withitem_ty o = (withitem_ty)_o;
5233 ast2obj_match_case(struct ast_state *state, void* _o)
5235 match_case_ty o = (match_case_ty)_o;
5273 ast2obj_pattern(struct ast_state *state, void* _o)
5275 pattern_ty o = (pattern_ty)_o;
5434 ast2obj_type_ignore(struct ast_state *state, void* _o)
5436 type_ignore_ty o = (type_ignore_ty)_o;