Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-awk.c690 flag_context_ty outer_context, in extract_parenthesized() argument
708 inherited_context (outer_context, in extract_parenthesized()
724 outer_context = inner_context; in extract_parenthesized()
726 inherited_context (outer_context, in extract_parenthesized()
778 inherited_context (outer_context, in extract_parenthesized()
827 outer_context = null_context; in extract_parenthesized()
832 inherited_context (outer_context, in extract_parenthesized()
H A Dx-tcl.c574 flag_context_ty outer_context);
817 read_command (int looking_for, flag_context_ty outer_context) in read_command() argument
866 inherited_context (outer_context, in read_command()
950 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list() argument
956 terminator = read_command (looking_for, outer_context); in read_command_list()
H A Dx-sh.c709 flag_context_ty outer_context);
1184 read_command (int looking_for, flag_context_ty outer_context) in read_command() argument
1211 inherited_context (outer_context, in read_command()
1314 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list() argument
1320 terminator = read_command (looking_for, outer_context); in read_command_list()
H A Dx-ycp.c625 flag_context_ty outer_context, in extract_parenthesized() argument
636 inherited_context (outer_context, in extract_parenthesized()
720 inherited_context (outer_context, in extract_parenthesized()
H A Dx-php.c1267 flag_context_ty outer_context, in extract_parenthesized() argument
1282 inherited_context (outer_context, in extract_parenthesized()
1336 inherited_context (outer_context, in extract_parenthesized()
H A Dx-elisp.c619 flag_context_ty outer_context) in read_object() argument
657 inherited_context (outer_context, in read_object()
1085 read_object (op, false, new_backquote_flag, outer_context); in read_object()
H A Dxgettext.h102 inherited_context (flag_context_ty outer_context,
H A Dx-java.c1179 flag_context_ty outer_context, in extract_parenthesized() argument
1194 inherited_context (outer_context, in extract_parenthesized()
1364 inherited_context (outer_context, in extract_parenthesized()
H A Dx-c.c1711 flag_context_ty outer_context, in extract_parenthesized() argument
1730 inherited_context (outer_context, in extract_parenthesized()
1791 inherited_context (outer_context, in extract_parenthesized()
H A Dx-csharp.c1868 flag_context_ty outer_context, in extract_parenthesized() argument
1883 inherited_context (outer_context, in extract_parenthesized()
2053 inherited_context (outer_context, in extract_parenthesized()
H A Dx-perl.c765 flag_context_ty outer_context,
2861 flag_context_ty outer_context, in extract_balanced() argument
2881 inherited_context (outer_context, in extract_balanced()
3114 inherited_context (outer_context, in extract_balanced()
3291 outer_context = null_context; in extract_balanced()
3299 inherited_context (outer_context, in extract_balanced()
H A Dx-librep.c591 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument
632 inherited_context (outer_context, in read_object()
H A Dx-python.c1651 flag_context_ty outer_context, in extract_parenthesized() argument
1666 inherited_context (outer_context, in extract_parenthesized()
1724 inherited_context (outer_context, in extract_parenthesized()
H A Dx-scheme.c680 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument
743 inherited_context (outer_context, in read_object()
H A Dx-lisp.c935 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument
1025 inherited_context (outer_context, in read_object()
H A Dxgettext.c1200 inherited_context (flag_context_ty outer_context, in inherited_context() argument
1207 result.is_format1 = outer_context.is_format1; in inherited_context()
1212 result.is_format2 = outer_context.is_format2; in inherited_context()
H A DChangeLog3287 (extract_parenthesized): Add arguments outer_context, context_iter.
3306 (extract_parenthesized): Add arguments outer_context, context_iter.
3316 (read_object): Add argument outer_context. Implement context handling
3332 (extract_parenthesized): Add arguments outer_context, context_iter.
3342 (read_object): Add argument outer_context. Implement context handling
3352 (read_object): Add argument outer_context. Implement context handling
3366 (extract_balanced): Add arguments outer_context, context_iter.
3377 (extract_parenthesized): Add arguments outer_context, context_iter.
3394 (extract_parenthesized): Add arguments outer_context, context_iter.
3409 (read_command): Add outer_context argument. Implement context handling
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c218 struct gimplify_omp_ctx *outer_context; member
450 c->outer_context = gimplify_omp_ctxp; in new_omp_context()
806 ctx = ctx->outer_context; in gimple_add_tmp_var()
1377 for (; ctx; ctx = ctx->outer_context) in gimplify_bind_expr()
3290 for (ctx = gimplify_omp_ctxp; ctx; ctx = ctx->outer_context) in maybe_fold_stmt()
6875 ctx = ctx->outer_context; in omp_firstprivatize_variable()
7053 struct gimplify_omp_ctx *outer_ctx = ctx->outer_context; in omp_add_variable()
7083 outer_ctx = outer_ctx->outer_context; in omp_add_variable()
7100 for (octx = ctx; octx; octx = octx->outer_context) in omp_notice_threadprivate_variable()
7225 if (struct gimplify_omp_ctx *octx = ctx->outer_context) in omp_default_clause()
[all …]
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.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc224 struct gimplify_omp_ctx *outer_context; member
457 c->outer_context = gimplify_omp_ctxp; in new_omp_context()
811 ctx = ctx->outer_context; in gimple_add_tmp_var()
1387 for (; ctx; ctx = ctx->outer_context) in gimplify_bind_expr()
3514 for (ctx = gimplify_omp_ctxp; ctx; ctx = ctx->outer_context) in maybe_fold_stmt()
7199 ctx = ctx->outer_context; in omp_firstprivatize_variable()
7377 struct gimplify_omp_ctx *outer_ctx = ctx->outer_context; in omp_add_variable()
7407 outer_ctx = outer_ctx->outer_context; in omp_add_variable()
7424 for (octx = ctx; octx; octx = octx->outer_context) in omp_notice_threadprivate_variable()
7570 if (struct gimplify_omp_ctx *octx = ctx->outer_context) in omp_default_clause()
[all …]
H A DChangeLog-1997850 (expand_eh_region_end): Rethrow from outer_context here.
1016 (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-19999422 INSN_UID (node->entry->outer_context) for flag_new_exceptions.