Searched refs:new_catch_block (Results 1 – 1 of 1) sorted by relevance
74 static catch_block_t *new_catch_block(parser_ctx_t*,const WCHAR*,statement_t*);492 { $$ = new_catch_block(ctx, $3, $5); }1022 static catch_block_t *new_catch_block(parser_ctx_t *ctx, const WCHAR *identifier, statement_t *stat… in new_catch_block() function