Home
last modified time | relevance | path

Searched refs:inh (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c493 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 Dmethod.cc493 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 Doread_pwd.c496 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 Doread_pwd.c496 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 Dui_openssl.c691 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 Dui_openssl.c715 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 Dlinker.c1392 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 Dlinker.c1395 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 Dplugin.c1390 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 Dldmain.c1635 struct bfd_link_hash_entry *inh ATTRIBUTE_UNUSED, in notice()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c1370 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 Dldmain.c1624 struct bfd_link_hash_entry *inh ATTRIBUTE_UNUSED, in notice()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h846 struct bfd_link_hash_entry *inh,
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h869 struct bfd_link_hash_entry *inh,
H A DChangeLog-0415277 param, add "inh".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-sra.c2132 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 Dipa-sra.cc2145 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 DISO_639-2141 inh Ingush 240000 Russia
/netbsd-src/share/misc/
H A Dlanguage202 Ingush inh
/netbsd-src/sys/uvm/
H A Duvm_map.c201 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 DChangeLog-20181554 * 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 DChangeLog-20181554 * 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 Dvi.po855 msgstr "lời đinh nghĩa tên chưa hoàn tất"
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-0415277 param, add "inh".
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-0415277 param, add "inh".

12