Searched refs:tryseq (Results 1 – 2 of 2) sorted by relevance
2120 gimple_seq tryseq = NULL; in c_parser_gimple_try_stmt() local2122 c_parser_gimple_compound_statement (parser, &tryseq); in c_parser_gimple_try_stmt()2147 gtry *stmt = gimple_build_try (tryseq, finseq, GIMPLE_TRY_FINALLY); in c_parser_gimple_try_stmt()
2172 gimple_seq tryseq = NULL; in c_parser_gimple_try_stmt() local2174 c_parser_gimple_compound_statement (parser, &tryseq); in c_parser_gimple_try_stmt()2199 gtry *stmt = gimple_build_try (tryseq, finseq, GIMPLE_TRY_FINALLY); in c_parser_gimple_try_stmt()