Searched refs:try_locus (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-next-runtime-abi-01.c | 2717 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() 2947 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt() 2949 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
|
| HD | objc-act.h | 673 location_t try_locus; member
|
| HD | objc-gnu-runtime-abi-01.c | 2265 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt() 2267 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
|
| HD | objc-next-runtime-abi-02.c | 3696 location_t loc = (*cur_try_context)->try_locus; in finish_catch() 3734 stmt = build_stmt (c->try_locus, TRY_CATCH_EXPR, stmt, c->catch_list); in finish_try_stmt() 3736 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body); in finish_try_stmt()
|
| HD | objc-act.c | 4117 objc_begin_try_stmt (location_t try_locus, tree body) in objc_begin_try_stmt() argument 4122 c->try_locus = try_locus; in objc_begin_try_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | stub-objc.c | 394 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt() argument
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | stub-objc.c | 396 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt() argument
|