Home
last modified time | relevance | path

Searched refs:finseq (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.c2131 gimple_seq finseq = NULL; in c_parser_gimple_try_stmt() local
2133 c_parser_gimple_compound_statement (parser, &finseq); in c_parser_gimple_try_stmt()
2142 geh_else *stmt = gimple_build_eh_else (finseq, elsseq); in c_parser_gimple_try_stmt()
2143 finseq = NULL; in c_parser_gimple_try_stmt()
2144 gimple_seq_add_stmt_without_update (&finseq, stmt); in c_parser_gimple_try_stmt()
2147 gtry *stmt = gimple_build_try (tryseq, finseq, GIMPLE_TRY_FINALLY); in c_parser_gimple_try_stmt()
H A Dgimple-parser.cc2183 gimple_seq finseq = NULL; in c_parser_gimple_try_stmt() local
2185 c_parser_gimple_compound_statement (parser, &finseq); in c_parser_gimple_try_stmt()
2194 geh_else *stmt = gimple_build_eh_else (finseq, elsseq); in c_parser_gimple_try_stmt()
2195 finseq = NULL; in c_parser_gimple_try_stmt()
2196 gimple_seq_add_stmt_without_update (&finseq, stmt); in c_parser_gimple_try_stmt()
2199 gtry *stmt = gimple_build_try (tryseq, finseq, GIMPLE_TRY_FINALLY); in c_parser_gimple_try_stmt()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c2131 gimple_seq finseq = NULL; in c_parser_gimple_try_stmt() local
2133 c_parser_gimple_compound_statement (parser, &finseq); in c_parser_gimple_try_stmt()
2142 geh_else *stmt = gimple_build_eh_else (finseq, elsseq); in c_parser_gimple_try_stmt()
2143 finseq = NULL; in c_parser_gimple_try_stmt()
2144 gimple_seq_add_stmt_without_update (&finseq, stmt); in c_parser_gimple_try_stmt()
2147 gtry *stmt = gimple_build_try (tryseq, finseq, GIMPLE_TRY_FINALLY); in c_parser_gimple_try_stmt()