Home
last modified time | relevance | path

Searched refs:outer_context (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgimplify.c70 struct gimplify_omp_ctx *outer_context; member
268 c->outer_context = gimplify_omp_ctxp; in new_omp_context()
741 ctx = ctx->outer_context; in gimple_add_tmp_var()
4346 ctx = ctx->outer_context; in omp_firstprivatize_variable()
4585 if (ctx->outer_context in omp_notice_variable()
4586 && omp_notice_variable (ctx->outer_context, decl, in_code)) in omp_notice_variable()
4617 && gimplify_omp_ctxp->outer_context == ctx))) in omp_is_private()
4631 else if (ctx->outer_context) in omp_is_private()
4632 return omp_is_private (ctx->outer_context, decl); in omp_is_private()
4648 ctx = ctx->outer_context; in omp_check_private()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.09888 (expand_eh_region_end): Rethrow from outer_context here.
10054 (expand_start_all_catch): Push the outer_context for the try block
H A DFSFChangeLog.11538 (expand_start_all_catch): Push the outer_context for the try block
5550 label, as it isn't used. Rename end_label to outer_context.
H A DChangeLog.29422 INSN_UID (node->entry->outer_context) for flag_new_exceptions.