Searched refs:try_locus (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dstub-objc.c296 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3411 location_t try_locus;
3689 SET_EXPR_LOCATION (bind, cur_try_context->try_locus);
3695 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
3700 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus);
3725 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
3756 objc_begin_try_stmt (location_t try_locus, tree body)
3761 c->try_locus = try_locus;
3890 SET_EXPR_LOCATION (stmt, cur_try_context->try_locus);
3895 SET_EXPR_LOCATION (stmt, cur_try_context->try_locus);
3405 location_t try_locus; member in struct:objc_try_context
3750 objc_begin_try_stmt(location_t try_locus, tree body) argument
[all...]

Completed in 80 milliseconds