Searched refs:match_type (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-file.c119 info_sources_filter::match_on match_type; local
121 match_type = info_sources_filter::match_on::DIRNAME;
123 match_type = info_sources_filter::match_on::BASENAME;
125 match_type = info_sources_filter::match_on::FULLNAME;
127 info_sources_filter filter (match_type, regexp);
H A Dmi-cmd-break.c180 symbol_name_match_type match_type = symbol_name_match_type::WILD; local
257 match_type = symbol_name_match_type::FULL;
348 explicit_loc->func_name_match_type = match_type;
355 match_type);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlocation.h76 symbol_name_match_type match_type; member in struct:linespec_location
147 (const char **linespec, symbol_name_match_type match_type);
232 symbol_name_match_type match_type = symbol_name_match_type::WILD);
241 symbol_name_match_type match_type);
H A Dlocation.c89 symbol_name_match_type match_type)
95 EL_LINESPEC (location)->match_type = match_type;
319 EL_LINESPEC (dst)->match_type = EL_LINESPEC (src)->match_type;
407 if (ls->match_type == symbol_name_match_type::FULL)
879 symbol_name_match_type match_type)
907 location = new_linespec_location (stringp, match_type);
919 symbol_name_match_type match_type)
940 match_type
88 new_linespec_location(const char **linespec, symbol_name_match_type match_type) argument
877 string_to_event_location_basic(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
917 string_to_event_location(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
[all...]
H A Dlinespec.h183 symbol_name_match_type match_type);
H A Dsymtab.h102 symbol_name_match_type match_type,
191 symbol_name_match_type match_type,
198 symbol_name_match_type match_type,
201 : m_match_type (match_type),
210 symbol_name_match_type match_type,
213 : m_match_type (match_type),
220 symbol_name_match_type match_type () const { return m_match_type; } function in class:final
1689 symbol_name_match_type match_type,
197 lookup_name_info(const std::string &name, symbol_name_match_type match_type, bool completion_mode = false, bool ignore_parameters = false) argument
209 lookup_name_info(const char *name, symbol_name_match_type match_type, bool completion_mode = false, bool ignore_parameters = false) argument
H A Dblock.h359 symbol_name_match_type match_type,
H A Dblock.c710 symbol_name_match_type match_type,
716 lookup_name_info lookup_name (name, match_type);
708 block_lookup_symbol(const struct block *block, const char *name, symbol_name_match_type match_type, const domain_enum domain) argument
H A Dlinespec.c1843 symbol_name_match_type match_type
1848 match_type,
2509 symbol_name_match_type match_type)
2538 PARSER_EXPLICIT (parser)->func_name_match_type = match_type;
2845 symbol_name_match_type match_type
2847 linespec_complete_function (tracker, text, match_type, source_filename);
2946 symbol_name_match_type match_type)
2952 PARSER_EXPLICIT (&parser)->func_name_match_type = match_type;
2962 parse_linespec (&parser, text, match_type);
3009 func_name, match_type,
1842 symbol_name_match_type match_type local
2507 parse_linespec(linespec_parser *parser, const char *arg, symbol_name_match_type match_type) argument
2844 symbol_name_match_type match_type local
2944 linespec_complete(completion_tracker &tracker, const char *text, symbol_name_match_type match_type) argument
3008 func_name, match_type, local
[all...]
H A Dsymtab.c83 symbol_name_match_type match_type,
91 symbol_name_match_type match_type,
1779 if (lookup_name.match_type () != symbol_name_match_type::SEARCH_NAME)
1786 if (lookup_name.match_type () == symbol_name_match_type::SEARCH_NAME)
2010 lookup_symbol_aux (const char *name, symbol_name_match_type match_type,
2041 result = lookup_local_symbol (name, match_type, block, domain, language);
2124 symbol_name_match_type match_type,
2140 sym = lookup_symbol_in_block (name, match_type, block, domain);
2167 lookup_symbol_in_block (const char *name, symbol_name_match_type match_type,
2185 sym = block_lookup_symbol (block, name, match_type, domai
2005 lookup_symbol_aux(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain, enum language language, struct field_of_this_result *is_a_field_of_this) argument
2118 lookup_local_symbol(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain, enum language language) argument
2162 lookup_symbol_in_block(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlocation.h150 symbol_name_match_type match_type);
159 symbol_name_match_type match_type; member in struct:linespec_location_spec
250 (const char **linespec, symbol_name_match_type match_type);
322 symbol_name_match_type match_type = symbol_name_match_type::WILD);
331 symbol_name_match_type match_type);
H A Dlocation.c71 match_type (match_type_)
110 match_type (other.match_type),
120 if (match_type == symbol_name_match_type::FULL)
212 symbol_name_match_type match_type)
215 match_type));
787 symbol_name_match_type match_type)
815 locspec = new_linespec_location_spec (stringp, match_type);
827 symbol_name_match_type match_type)
853 match_type
211 new_linespec_location_spec(const char **linespec, symbol_name_match_type match_type) argument
785 string_to_location_spec_basic(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
825 string_to_location_spec(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
[all...]
H A Dlinespec.h176 symbol_name_match_type match_type);
H A Dsymtab.h105 symbol_name_match_type match_type,
209 symbol_name_match_type match_type,
216 symbol_name_match_type match_type,
219 : m_match_type (match_type),
228 symbol_name_match_type match_type,
231 : m_match_type (match_type),
238 symbol_name_match_type match_type () const { return m_match_type; } function in class:final
2070 symbol_name_match_type match_type,
2832 info_sources_filter (match_on match_type, const char *regexp);
215 lookup_name_info(const std::string &name, symbol_name_match_type match_type, bool completion_mode = false, bool ignore_parameters = false) argument
227 lookup_name_info(const char *name, symbol_name_match_type match_type, bool completion_mode = false, bool ignore_parameters = false) argument
H A Dlinespec.c1791 symbol_name_match_type match_type
1796 match_type,
2453 symbol_name_match_type match_type)
2482 PARSER_EXPLICIT (parser)->func_name_match_type = match_type;
2778 symbol_name_match_type match_type
2780 linespec_complete_function (tracker, text, match_type, source_filename);
2875 symbol_name_match_type match_type)
2881 PARSER_EXPLICIT (&parser)->func_name_match_type = match_type;
2891 parse_linespec (&parser, text, match_type);
2938 func_name, match_type,
1790 symbol_name_match_type match_type local
2451 parse_linespec(linespec_parser *parser, const char *arg, symbol_name_match_type match_type) argument
2777 symbol_name_match_type match_type local
2873 linespec_complete(completion_tracker &tracker, const char *text, symbol_name_match_type match_type) argument
2937 func_name, match_type, local
[all...]
H A Dsymtab.c84 symbol_name_match_type match_type,
92 symbol_name_match_type match_type,
1852 if (lookup_name.match_type () != symbol_name_match_type::SEARCH_NAME)
1859 if (lookup_name.match_type () == symbol_name_match_type::SEARCH_NAME)
2077 lookup_symbol_aux (const char *name, symbol_name_match_type match_type,
2111 result = lookup_local_symbol (name, match_type, block, domain, language);
2182 symbol_name_match_type match_type,
2198 sym = lookup_symbol_in_block (name, match_type, block, domain);
2225 lookup_symbol_in_block (const char *name, symbol_name_match_type match_type,
2243 sym = block_lookup_symbol (block, name, match_type, domai
2072 lookup_symbol_aux(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain, enum language language, struct field_of_this_result *is_a_field_of_this) argument
2176 lookup_local_symbol(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain, enum language language) argument
2220 lookup_symbol_in_block(const char *name, symbol_name_match_type match_type, const struct block *block, const domain_enum domain) argument
4212 info_sources_filter(match_on match_type, const char *regexp) argument
4533 info_sources_filter::match_on match_type; local
[all...]
H A Dblock.h485 symbol_name_match_type match_type,
H A Dblock.c708 symbol_name_match_type match_type,
714 lookup_name_info lookup_name (name, match_type);
706 block_lookup_symbol(const struct block *block, const char *name, symbol_name_match_type match_type, const domain_enum domain) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c753 int match_type = 0; local
776 match_type++;
787 match_type++;
806 match_type++;
823 return match_type;
943 int match_type; local
950 match_type = s390_fn_types_compatible (type_index, arglist);
952 if (match_type == INT_MAX)
957 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect",
958 match_type);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc776 int match_type = 0; local
799 match_type++;
810 match_type++;
829 match_type++;
846 return match_type;
966 int match_type; local
973 match_type = s390_fn_types_compatible (type_index, arglist);
975 if (match_type == INT_MAX)
980 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect",
981 match_type);
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_io.h91 extern void add_nic_rule(nic_rule_match match_type,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-break.c179 symbol_name_match_type match_type = symbol_name_match_type::WILD; local
254 match_type = symbol_name_match_type::FULL;
342 explicit_loc.func_name_match_type = match_type;
349 match_type);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfo_sources_2.exp130 set match_type "is"
133 set match_type "is not"
154 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c339 int match_type; member in struct:rmconf_find_context
347 int match_type; local
350 match_type = rmconf_match_type(&fctx->sel, rmconf);
354 if (match_type < fctx->match_type)
357 if (match_type == fctx->match_type) {
365 fctx->match_type = match_type;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkeymgmt_lib.c19 * match_type() checks if two EVP_KEYMGMT are matching key types. This
22 static int match_type(const EVP_KEYMGMT *keymgmt1, const EVP_KEYMGMT *keymgmt2) function
149 if (!ossl_assert(match_type(pk->keymgmt, keymgmt)))
382 && !match_type(keymgmt1, keymgmt2)) {
469 } else if (match_type(to_keymgmt, from->keymgmt)) {

Completed in 277 milliseconds

12