| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | 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() 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 D | objc-act.h | 701 location_t try_locus; member
|
| H A D | objc-gnu-runtime-abi-01.c | 2255 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 D | objc-next-runtime-abi-02.c | 3921 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 D | objc-act.c | 4226 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 D | objc-next-runtime-abi-01.cc | 2718 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 D | objc-act.h | 715 location_t try_locus; member
|
| H A D | objc-gnu-runtime-abi-01.cc | 2256 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 D | objc-next-runtime-abi-02.cc | 3938 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 D | objc-act.cc | 4302 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 D | stub-objc.c | 397 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 D | stub-objc.cc | 398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt() argument
|