/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | method.c | 493 while (tree inh = DECL_INHERITED_CTOR (fn)) in strip_inheriting_ctors() local 494 fn = OVL_FIRST (inh); in strip_inheriting_ctors() 525 tree inh = DECL_INHERITED_CTOR (fndecl); in inherited_ctor_binfo() local 526 if (!inh) in inherited_ctor_binfo() 530 for (ovl_iterator iter (inh); iter; ++iter) in inherited_ctor_binfo() 581 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) in binfo_inherited_from() argument 585 for (ovl_iterator iter (inh); iter; ++iter) in binfo_inherited_from() 607 add_one_base_init (tree binfo, tree parm, bool move_p, tree inh, in add_one_base_init() argument 611 if (inh) in add_one_base_init() 615 if (!binfo_inherited_from (TYPE_BINFO (current_class_type), binfo, inh)) in add_one_base_init() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | method.cc | 493 while (tree inh = DECL_INHERITED_CTOR (fn)) in strip_inheriting_ctors() local 494 fn = OVL_FIRST (inh); in strip_inheriting_ctors() 525 tree inh = DECL_INHERITED_CTOR (fndecl); in inherited_ctor_binfo() local 526 if (!inh) in inherited_ctor_binfo() 530 for (ovl_iterator iter (inh); iter; ++iter) in inherited_ctor_binfo() 604 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) in binfo_inherited_from() argument 608 for (ovl_iterator iter (inh); iter; ++iter) in binfo_inherited_from() 630 add_one_base_init (tree binfo, tree parm, bool move_p, tree inh, in add_one_base_init() argument 634 if (inh) in add_one_base_init() 638 if (!binfo_inherited_from (TYPE_BINFO (current_class_type), binfo, inh)) in add_one_base_init() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
H A D | oread_pwd.c | 496 HANDLE inh; in noecho_fgets() local 497 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 498 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
H A D | oread_pwd.c | 496 HANDLE inh; in noecho_fgets() local 497 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 498 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_openssl.c | 691 HANDLE inh; in noecho_fgets() local 692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 693 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_openssl.c | 715 HANDLE inh; in noecho_fgets() local 716 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 717 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | linker.c | 1392 struct bfd_link_hash_entry *inh = NULL; in _bfd_generic_link_add_one_symbol() local 1404 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true, in _bfd_generic_link_add_one_symbol() 1406 if (inh == NULL) in _bfd_generic_link_add_one_symbol() 1456 if (! (*info->callbacks->notice) (info, h, inh, in _bfd_generic_link_add_one_symbol() 1705 if (inh->type == bfd_link_hash_indirect in _bfd_generic_link_add_one_symbol() 1706 && inh->u.i.link == h) in _bfd_generic_link_add_one_symbol() 1715 if (inh->type == bfd_link_hash_new) in _bfd_generic_link_add_one_symbol() 1717 inh->type = bfd_link_hash_undefined; in _bfd_generic_link_add_one_symbol() 1718 inh->u.undef.abfd = abfd; in _bfd_generic_link_add_one_symbol() 1719 bfd_link_add_undef (info->hash, inh); in _bfd_generic_link_add_one_symbol() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | linker.c | 1395 struct bfd_link_hash_entry *inh = NULL; in _bfd_generic_link_add_one_symbol() local 1407 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true, in _bfd_generic_link_add_one_symbol() 1409 if (inh == NULL) in _bfd_generic_link_add_one_symbol() 1459 if (! (*info->callbacks->notice) (info, h, inh, in _bfd_generic_link_add_one_symbol() 1708 if (inh->type == bfd_link_hash_indirect in _bfd_generic_link_add_one_symbol() 1709 && inh->u.i.link == h) in _bfd_generic_link_add_one_symbol() 1718 if (inh->type == bfd_link_hash_new) in _bfd_generic_link_add_one_symbol() 1720 inh->type = bfd_link_hash_undefined; in _bfd_generic_link_add_one_symbol() 1721 inh->u.undef.abfd = abfd; in _bfd_generic_link_add_one_symbol() 1722 bfd_link_add_undef (info->hash, inh); in _bfd_generic_link_add_one_symbol() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | plugin.c | 1390 struct bfd_link_hash_entry *inh, in plugin_notice() argument 1418 || inh->type == bfd_link_hash_new) in plugin_notice() 1421 inh->non_ir_ref_regular = true; in plugin_notice() 1423 inh->non_ir_ref_dynamic = true; in plugin_notice() 1503 return (*orig_callbacks->notice) (info, orig_h, inh, in plugin_notice()
|
H A D | ldmain.c | 1635 struct bfd_link_hash_entry *inh ATTRIBUTE_UNUSED, in notice()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | plugin.c | 1370 struct bfd_link_hash_entry *inh, in plugin_notice() argument 1398 || inh->type == bfd_link_hash_new) in plugin_notice() 1401 inh->non_ir_ref_regular = true; in plugin_notice() 1403 inh->non_ir_ref_dynamic = true; in plugin_notice() 1483 return (*orig_callbacks->notice) (info, orig_h, inh, in plugin_notice()
|
H A D | ldmain.c | 1624 struct bfd_link_hash_entry *inh ATTRIBUTE_UNUSED, in notice()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bfdlink.h | 846 struct bfd_link_hash_entry *inh,
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bfdlink.h | 869 struct bfd_link_hash_entry *inh,
|
H A D | ChangeLog-0415 | 277 param, add "inh".
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-sra.c | 2132 HOST_WIDE_INT inh = 0; in propagate_dereference_distances() local 2144 inh = bb_dereferences [succ_idx]; in propagate_dereference_distances() 2146 else if (bb_dereferences [succ_idx] < inh) in propagate_dereference_distances() 2147 inh = bb_dereferences [succ_idx]; in propagate_dereference_distances() 2150 if (!first && bb_dereferences[idx] < inh) in propagate_dereference_distances() 2152 bb_dereferences[idx] = inh; in propagate_dereference_distances()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-sra.cc | 2145 HOST_WIDE_INT inh = 0; in propagate_dereference_distances() local 2157 inh = bb_dereferences [succ_idx]; in propagate_dereference_distances() 2159 else if (bb_dereferences [succ_idx] < inh) in propagate_dereference_distances() 2160 inh = bb_dereferences [succ_idx]; in propagate_dereference_distances() 2163 if (!first && bb_dereferences[idx] < inh) in propagate_dereference_distances() 2165 bb_dereferences[idx] = inh; in propagate_dereference_distances()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | ISO_639-2 | 141 inh Ingush 240000 Russia
|
/netbsd-src/share/misc/ |
H A D | language | 202 Ingush inh
|
/netbsd-src/sys/uvm/ |
H A D | uvm_map.c | 201 prot, maxprot, inh, adv, wire) \ argument 207 (ent)->inheritance == (inh) && \ 5261 "\tsubmap=%c, cow=%c, nc=%c, prot(max)=%d/%d, inh=%d, " in fill_vmentry()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2018 | 1554 * testsuite/gas/s12z/inh.d, 1588 * testsuite/gas/s12z/page2-inh.d, 3622 * testsuite/gas/s12z/inh.d: New file. 3623 * testsuite/gas/s12z/inh.s: New file. 3690 * testsuite/gas/s12z/page2-inh.d: New file. 3691 * testsuite/gas/s12z/page2-inh.s: New file.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2018 | 1554 * testsuite/gas/s12z/inh.d, 1588 * testsuite/gas/s12z/page2-inh.d, 3622 * testsuite/gas/s12z/inh.d: New file. 3623 * testsuite/gas/s12z/inh.s: New file. 3690 * testsuite/gas/s12z/page2-inh.d: New file. 3691 * testsuite/gas/s12z/page2-inh.s: New file.
|
/netbsd-src/external/bsd/flex/dist/po/ |
H A D | vi.po | 855 msgstr "lời đinh nghĩa tên chưa hoàn tất"
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-0415 | 277 param, add "inh".
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-0415 | 277 param, add "inh".
|