Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-file.c119 info_sources_filter::match_on match_type; in mi_cmd_file_list_exec_source_files() local
121 match_type = info_sources_filter::match_on::DIRNAME; in mi_cmd_file_list_exec_source_files()
123 match_type = info_sources_filter::match_on::BASENAME; in mi_cmd_file_list_exec_source_files()
125 match_type = info_sources_filter::match_on::FULLNAME; in mi_cmd_file_list_exec_source_files()
127 info_sources_filter filter (match_type, regexp); in mi_cmd_file_list_exec_source_files()
Dmi-cmd-break.c181 symbol_name_match_type match_type = symbol_name_match_type::WILD; in mi_cmd_break_insert_1() local
265 match_type = symbol_name_match_type::FULL; in mi_cmd_break_insert_1()
356 explicit_loc->func_name_match_type = match_type; in mi_cmd_break_insert_1()
363 match_type); in mi_cmd_break_insert_1()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.h150 symbol_name_match_type match_type);
157 symbol_name_match_type match_type; member
251 (const char **linespec, symbol_name_match_type match_type);
320 symbol_name_match_type match_type = symbol_name_match_type::WILD);
329 symbol_name_match_type match_type);
Dlocation.c70 match_type (match_type_) in linespec_location_spec()
104 match_type (other.match_type), in linespec_location_spec()
114 if (match_type == symbol_name_match_type::FULL) in compute_string()
200 symbol_name_match_type match_type) in new_linespec_location_spec() argument
203 match_type)); in new_linespec_location_spec()
775 symbol_name_match_type match_type) in string_to_location_spec_basic() argument
803 locspec = new_linespec_location_spec (stringp, match_type); in string_to_location_spec_basic()
815 symbol_name_match_type match_type) in string_to_location_spec() argument
841 match_type = xloc->func_name_match_type; in string_to_location_spec()
846 return string_to_location_spec_basic (stringp, language, match_type); in string_to_location_spec()
Dsymtab.h107 symbol_name_match_type match_type,
216 symbol_name_match_type match_type,
223 symbol_name_match_type match_type,
226 : m_match_type (match_type), in m_match_type() argument
235 symbol_name_match_type match_type,
238 : m_match_type (match_type), in m_match_type() argument
245 symbol_name_match_type match_type () const { return m_match_type; } in match_type() function
2168 symbol_name_match_type match_type,
2936 info_sources_filter (match_on match_type, const char *regexp);
Dlinespec.h176 symbol_name_match_type match_type);
Dsymtab.c85 symbol_name_match_type match_type,
93 symbol_name_match_type match_type,
1872 if (lookup_name.match_type () != symbol_name_match_type::SEARCH_NAME) in demangle_for_lookup_info()
1879 if (lookup_name.match_type () == symbol_name_match_type::SEARCH_NAME) in demangle_for_lookup_info()
2099 lookup_symbol_aux (const char *name, symbol_name_match_type match_type, in lookup_symbol_aux() argument
2133 result = lookup_local_symbol (name, match_type, block, domain, language); in lookup_symbol_aux()
2204 symbol_name_match_type match_type, in lookup_local_symbol() argument
2222 sym = lookup_symbol_in_block (name, match_type, block, domain); in lookup_local_symbol()
2249 lookup_symbol_in_block (const char *name, symbol_name_match_type match_type, in lookup_symbol_in_block() argument
2267 lookup_name_info lookup_name (name, match_type); in lookup_symbol_in_block()
[all …]
Dlinespec.c1787 symbol_name_match_type match_type in linespec_parse_basic() local
1792 match_type, in linespec_parse_basic()
2453 symbol_name_match_type match_type) in parse_linespec() argument
2482 PARSER_EXPLICIT (parser)->func_name_match_type = match_type; in parse_linespec()
2779 symbol_name_match_type match_type in complete_linespec_component() local
2781 linespec_complete_function (tracker, text, match_type, source_filename); in complete_linespec_component()
2876 symbol_name_match_type match_type) in linespec_complete() argument
2882 PARSER_EXPLICIT (&parser)->func_name_match_type = match_type; in linespec_complete()
2892 parse_linespec (&parser, text, match_type); in linespec_complete()
2939 func_name, match_type, in linespec_complete()
[all …]
Dcompleter.c674 symbol_name_match_type match_type) in complete_address_and_linespec_locations() argument
686 linespec_complete (tracker, text, match_type); in complete_address_and_linespec_locations()
1028 symbol_name_match_type match_type in location_completer() local
1030 complete_address_and_linespec_locations (tracker, text, match_type); in location_completer()
Dada-lang.c4928 symbol_name_match_type match_type = name_match_type_from_name (name); in ada_lookup_simple_minsym() local
4929 lookup_name_info lookup_name (name, match_type); in ada_lookup_simple_minsym()
5477 lookup_name.match_type ()); in ada_add_block_renamings()
6099 symbol_name_match_type match_type, in matches() argument
12949 symbol_name_match_type match_type = name_match_type_from_name (name); in ada_add_standard_exceptions() local
12950 lookup_name_info lookup_name (name, match_type); in ada_add_standard_exceptions()
13305 = (lookup_name.match_type () != symbol_name_match_type::FULL in ada_lookup_name_info()
13321 lookup_name.match_type (), in ada_symbol_name_matches()
13354 if (lookup_name.match_type () == symbol_name_match_type::SEARCH_NAME) in ada_get_symbol_name_matcher()
Dcp-support.c1882 switch (lookup_name.match_type ())
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.
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
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dinfo_sources_2.exp128 set match_type "is"
131 set match_type "is not"
152 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.c334 int match_type; member
342 int match_type; in rmconf_find() local
345 match_type = rmconf_match_type(&fctx->sel, rmconf); in rmconf_find()
349 if (match_type < fctx->match_type) in rmconf_find()
352 if (match_type == fctx->match_type) { in rmconf_find()
360 fctx->match_type = match_type; in rmconf_find()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
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/
Dntp_io.h91 extern void add_nic_rule(nic_rule_match match_type,
/netbsd/src/external/gpl3/gcc/dist/libgcc/
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/bsd/ntp/dist/ntpd/
Dntp_io.c99 nic_rule_match match_type; member
1100 nic_rule_match match_type, in add_nic_rule() argument
1110 rule->match_type = match_type; in add_nic_rule()
1114 if (MATCH_IFNAME == match_type) { in add_nic_rule()
1117 } else if (MATCH_IFADDR == match_type) { in add_nic_rule()
1187 switch (rule->match_type) { in interface_action()
Dntp_config.c3349 nic_rule_match match_type; in config_nic_rules() local
3381 match_type = MATCH_ALL; in config_nic_rules()
3396 match_type = MATCH_IFADDR; in config_nic_rules()
3407 match_type = MATCH_IFNAME; in config_nic_rules()
3414 match_type = MATCH_IPV4; in config_nic_rules()
3418 match_type = MATCH_IPV6; in config_nic_rules()
3422 match_type = MATCH_WILDCARD; in config_nic_rules()
3444 add_nic_rule(match_type, if_name, prefixlen, in config_nic_rules()
/netbsd/src/external/gpl3/binutils/dist/ld/
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()
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/bsd/wpa/dist/src/drivers/
Ddriver_macsec_qca.c106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
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()

12