Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-ast.c1809 PKL_AST_TRY_CATCH_STMT_CODE (try_catch_stmt) = ASTREF (code); in pkl_ast_make_try_catch_stmt()
2257 pkl_ast_node_free (PKL_AST_TRY_CATCH_STMT_CODE (ast)); in pkl_ast_node_free()
2404 PKL_AST_TRY_CATCH_STMT_CODE (stmt), in pkl_ast_finish_breaks_1()
2416 PKL_AST_TRY_CATCH_STMT_CODE (stmt), in pkl_ast_finish_breaks_1()
2530 PKL_AST_TRY_CATCH_STMT_CODE (stmt), in pkl_ast_finish_returns_1()
H A Dpkl-pass.c554 PKL_PASS (PKL_AST_TRY_CATCH_STMT_CODE (node)); in pkl_do_pass_1()
H A Dpkl-ast.h1672 #define PKL_AST_TRY_CATCH_STMT_CODE(AST) ((AST)->try_catch_stmt.code) macro
H A Dpkl-gen.c1497 pkl_ast_node code = PKL_AST_TRY_CATCH_STMT_CODE (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()