/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-awk.c | 690 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 D | x-tcl.c | 574 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 D | x-sh.c | 709 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 D | x-ycp.c | 625 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 D | x-php.c | 1267 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 D | x-elisp.c | 619 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 D | xgettext.h | 102 inherited_context (flag_context_ty outer_context,
|
H A D | x-java.c | 1179 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 D | x-c.c | 1711 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 D | x-csharp.c | 1868 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 D | x-perl.c | 765 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 D | x-librep.c | 591 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument 632 inherited_context (outer_context, in read_object()
|
H A D | x-python.c | 1651 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 D | x-scheme.c | 680 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument 743 inherited_context (outer_context, in read_object()
|
H A D | x-lisp.c | 935 read_object (struct object *op, flag_context_ty outer_context) in read_object() argument 1025 inherited_context (outer_context, in read_object()
|
H A D | xgettext.c | 1200 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 D | ChangeLog | 3287 (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 D | gimplify.c | 218 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 D | FSFChangeLog.11 | 538 (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 D | gimplify.cc | 224 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 D | ChangeLog-1997 | 850 (expand_eh_region_end): Rethrow from outer_context here. 1016 (expand_start_all_catch): Push the outer_context for the try block
|
H A D | FSFChangeLog.11 | 538 (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 D | ChangeLog-1999 | 9422 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
|