Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c753 int match_type = 0; in s390_fn_types_compatible() local
776 match_type++; in s390_fn_types_compatible()
787 match_type++; in s390_fn_types_compatible()
806 match_type++; in s390_fn_types_compatible()
823 return match_type; in s390_fn_types_compatible()
943 int match_type; in s390_resolve_overloaded_builtin() local
950 match_type = s390_fn_types_compatible (type_index, arglist); in s390_resolve_overloaded_builtin()
952 if (match_type == INT_MAX) in s390_resolve_overloaded_builtin()
957 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect", in s390_resolve_overloaded_builtin()
958 match_type); in s390_resolve_overloaded_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc776 int match_type = 0; in s390_fn_types_compatible() local
799 match_type++; in s390_fn_types_compatible()
810 match_type++; in s390_fn_types_compatible()
829 match_type++; in s390_fn_types_compatible()
846 return match_type; in s390_fn_types_compatible()
966 int match_type; in s390_resolve_overloaded_builtin() local
973 match_type = s390_fn_types_compatible (type_index, arglist); in s390_resolve_overloaded_builtin()
975 if (match_type == INT_MAX) in s390_resolve_overloaded_builtin()
980 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect", in s390_resolve_overloaded_builtin()
981 match_type); in s390_resolve_overloaded_builtin()
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c339 int match_type; member
347 int match_type; in rmconf_find() local
350 match_type = rmconf_match_type(&fctx->sel, rmconf); in rmconf_find()
354 if (match_type < fctx->match_type) in rmconf_find()
357 if (match_type == fctx->match_type) { in rmconf_find()
365 fctx->match_type = match_type; in rmconf_find()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkeymgmt_lib.c22 static int match_type(const EVP_KEYMGMT *keymgmt1, const EVP_KEYMGMT *keymgmt2) in match_type() function
149 if (!ossl_assert(match_type(pk->keymgmt, keymgmt))) in evp_keymgmt_util_export_to_provider()
387 && !match_type(keymgmt1, keymgmt2)) { in evp_keymgmt_util_match()
474 } else if (match_type(to_keymgmt, from->keymgmt)) { in evp_keymgmt_util_copy()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_io.h91 extern void add_nic_rule(nic_rule_match match_type,
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc919 enum __cxa_type_match_result match_type;
932 match_type = __cxa_type_match (ucbp,
938 match_type = ctm_succeeded;
940 if (match_type)
948 if (match_type == ctm_succeeded_with_ptr_to_base)
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc915 enum __cxa_type_match_result match_type;
928 match_type = __cxa_type_match (ucbp,
934 match_type = ctm_succeeded;
936 if (match_type)
944 if (match_type == ctm_succeeded_with_ptr_to_base)
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c1572 lang_match_sec_type_func match_type) in lang_output_section_find_by_flags() argument
1590 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1617 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1638 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1659 match_type = NULL; in lang_output_section_find_by_flags()
1695 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1718 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1738 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1763 if (found || !match_type) in lang_output_section_find_by_flags()
H A DChangeLog-2005116 * ldlang.c (lang_output_section_find_by_flags): Add match_type param.
117 Run two passes, first using match_type, second without.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c1623 lang_match_sec_type_func match_type) in lang_output_section_find_by_flags() argument
1641 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1668 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1689 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1710 match_type = NULL; in lang_output_section_find_by_flags()
1746 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1769 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1789 if (match_type && !match_type (link_info.output_bfd, in lang_output_section_find_by_flags()
1814 if (found || !match_type) in lang_output_section_find_by_flags()
H A DChangeLog-2005116 * ldlang.c (lang_output_section_find_by_flags): Add match_type param.
117 Run two passes, first using match_type, second without.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc1016 match_type (typeinfo *typedata, int voidok) in match_type() function
1321 success = match_type (argtype, VOID_NOTOK); in parse_args()
1728 int success = match_type (ret_type, VOID_OK); in parse_prototype()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi2009 @var{text}, @var{match_type}, and @var{quote_pointer}. The @var{text}
2010 is the filename to be quoted. The @var{match_type} is either
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201817025 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
17027 * block.h (block_lookup_symbol): New parameter 'match_type'.
17051 'match_type'. Pass it down.
17054 (lookup_symbol_in_block): New 'match_type' parameter.
H A DChangeLog-2017282 * location.h (string_to_event_location): Add match_type
1319 'match_type'. Pass it down.
1345 (parse_linespec): New match_type parameter. Save it in the
H A DChangeLog-20156004 (enum match_type): New enum.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201817025 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
17027 * block.h (block_lookup_symbol): New parameter 'match_type'.
17051 'match_type'. Pass it down.
17054 (lookup_symbol_in_block): New 'match_type' parameter.
H A DChangeLog-2017282 * location.h (string_to_event_location): Add match_type
1319 'match_type'. Pass it down.
1345 (parse_linespec): New match_type parameter. Save it in the
H A DChangeLog-20156004 (enum match_type): New enum.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20215884 (match_type): Likewise.
19904 (match_type): New function.