Home
last modified time | relevance | path

Searched refs:try_locus (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2717 SET_EXPR_LOCATION (bind, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2723 SET_EXPR_LOCATION (t, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2728 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2753 SET_EXPR_LOCATION (t, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2949 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
2951 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-act.h701 location_t try_locus; member
H A Dobjc-gnu-runtime-abi-01.c2255 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
2257 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-next-runtime-abi-02.c3921 location_t loc = (*cur_try_context)->try_locus; in finish_catch()
3960 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
3962 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-act.c4226 objc_begin_try_stmt (location_t try_locus, tree body) in objc_begin_try_stmt() argument
4231 c->try_locus = try_locus; in objc_begin_try_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2718 SET_EXPR_LOCATION (bind, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2724 SET_EXPR_LOCATION (t, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2729 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2754 SET_EXPR_LOCATION (t, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally()
2950 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
2952 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-act.h715 location_t try_locus; member
H A Dobjc-gnu-runtime-abi-01.cc2256 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
2258 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-next-runtime-abi-02.cc3938 location_t loc = (*cur_try_context)->try_locus; in finish_catch()
3977 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt()
3979 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
H A Dobjc-act.cc4302 objc_begin_try_stmt (location_t try_locus, tree body) in objc_begin_try_stmt() argument
4307 c->try_locus = try_locus; in objc_begin_try_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c397 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt() argument