HomeSort by: relevance | last modified time | path
    Searched refs:match_type (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-file.c 119 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);
mi-cmd-break.c 182 symbol_name_match_type match_type = symbol_name_match_type::WILD; local
266 match_type = symbol_name_match_type::FULL;
357 explicit_loc->func_name_match_type = match_type;
364 match_type);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-file.c 117 info_sources_filter::match_on match_type; local
119 match_type = info_sources_filter::match_on::DIRNAME;
121 match_type = info_sources_filter::match_on::BASENAME;
123 match_type = info_sources_filter::match_on::FULLNAME;
125 info_sources_filter filter (match_type, regexp);
mi-cmd-break.c 179 symbol_name_match_type match_type = symbol_name_match_type::WILD; local
263 match_type = symbol_name_match_type::FULL;
354 explicit_loc->func_name_match_type = match_type;
361 match_type);
  /src/external/gpl3/gdb.old/dist/gdb/
location.h 150 symbol_name_match_type match_type);
157 symbol_name_match_type match_type; member in struct:linespec_location_spec
251 (const char **linespec, symbol_name_match_type match_type);
315 MATCH_TYPE should be either WILD or FULL. If -q/--qualified is specified
320 symbol_name_match_type match_type = symbol_name_match_type::WILD);
323 explicit location specs. MATCH_TYPE indicates how function names
329 symbol_name_match_type match_type);
location.c 70 match_type (match_type_)
104 match_type (other.match_type),
114 if (match_type == symbol_name_match_type::FULL)
200 symbol_name_match_type match_type)
203 match_type));
775 symbol_name_match_type match_type)
803 locspec = new_linespec_location_spec (stringp, match_type);
815 symbol_name_match_type match_type)
841 match_type = xloc->func_name_match_type
    [all...]
linespec.h 176 symbol_name_match_type match_type);
symtab.h 103 /* Compare SYMBOL_SEARCH_NAME with our lookup name, using MATCH_TYPE
107 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),
235 symbol_name_match_type match_type,
238 : m_match_type (match_type),
245 symbol_name_match_type match_type () const { return m_match_type; } function in class:final
2197 symbol_name_match_type match_type,
2976 /* Create a filter of MATCH_TYPE using regular expression REGEXP. I
    [all...]
linespec.c 1773 symbol_name_match_type match_type
1778 match_type,
2475 /* Parse the linespec in ARG, which must not be nullptr. MATCH_TYPE
2480 symbol_name_match_type match_type)
2509 parser->result.explicit_loc.func_name_match_type = match_type;
2805 symbol_name_match_type match_type
2807 linespec_complete_function (tracker, text, match_type, source_filename);
2902 symbol_name_match_type match_type)
2908 parser.result.explicit_loc.func_name_match_type = match_type;
2918 parse_linespec (&parser, text, match_type);
1772 symbol_name_match_type match_type local
2804 symbol_name_match_type match_type local
    [all...]
completer.c 396 there are no quotes around TEXT. MATCH_TYPE will be one of the readline
401 MATCH_TYPE is 'SINGLE_MATCH'. We do this because readline will only
405 gdb_completer_file_name_quote (char *text, int match_type, char *quote_ptr)
409 if (match_type == SINGLE_MATCH)
1073 symbol_name_match_type match_type)
1085 linespec_complete (tracker, text, match_type);
1427 symbol_name_match_type match_type
1429 complete_address_and_linespec_locations (tracker, text, match_type);
1426 symbol_name_match_type match_type local
  /src/external/gpl3/gdb/dist/gdb/
location.h 150 symbol_name_match_type match_type);
157 symbol_name_match_type match_type; member in struct:linespec_location_spec
251 (const char **linespec, symbol_name_match_type match_type);
315 MATCH_TYPE should be either WILD or FULL. If -q/--qualified is specified
320 symbol_name_match_type match_type = symbol_name_match_type::WILD);
323 explicit location specs. MATCH_TYPE indicates how function names
329 symbol_name_match_type match_type);
location.c 70 match_type (match_type_)
104 match_type (other.match_type),
114 if (match_type == symbol_name_match_type::FULL)
200 symbol_name_match_type match_type)
203 match_type));
775 symbol_name_match_type match_type)
803 locspec = new_linespec_location_spec (stringp, match_type);
815 symbol_name_match_type match_type)
841 match_type = xloc->func_name_match_type
    [all...]
linespec.h 176 symbol_name_match_type match_type);
symtab.h 102 /* Compare SYMBOL_SEARCH_NAME with our lookup name, using MATCH_TYPE
106 symbol_name_match_type match_type,
215 symbol_name_match_type match_type,
222 symbol_name_match_type match_type,
225 : m_match_type (match_type),
234 symbol_name_match_type match_type,
237 : m_match_type (match_type),
244 symbol_name_match_type match_type () const { return m_match_type; } function in class:final
2196 symbol_name_match_type match_type,
2970 /* Create a filter of MATCH_TYPE using regular expression REGEXP. I
    [all...]
linespec.c 1759 symbol_name_match_type match_type
1764 match_type,
2461 /* Parse the linespec in ARG, which must not be nullptr. MATCH_TYPE
2466 symbol_name_match_type match_type)
2495 parser->result.explicit_loc.func_name_match_type = match_type;
2750 symbol_name_match_type match_type
2752 linespec_complete_function (tracker, text, match_type, source_filename);
2847 symbol_name_match_type match_type)
2853 parser.result.explicit_loc.func_name_match_type = match_type;
2863 parse_linespec (&parser, text, match_type);
1758 symbol_name_match_type match_type local
2749 symbol_name_match_type match_type local
    [all...]
symtab.c 87 symbol_name_match_type match_type,
95 symbol_name_match_type match_type,
1897 if (lookup_name.match_type () != symbol_name_match_type::SEARCH_NAME)
1904 if (lookup_name.match_type () == symbol_name_match_type::SEARCH_NAME)
2146 lookup_symbol_aux (const char *name, symbol_name_match_type match_type,
2175 result = lookup_local_symbol (name, match_type, block, domain, langdef);
2244 symbol_name_match_type match_type,
2256 struct symbol *sym = lookup_symbol_in_block (name, match_type,
2290 lookup_symbol_in_block (const char *name, symbol_name_match_type match_type,
2310 lookup_name_info lookup_name (name, match_type);
4783 info_sources_filter::match_on match_type; local
    [all...]
completer.c 396 there are no quotes around TEXT. MATCH_TYPE will be one of the readline
401 MATCH_TYPE is 'SINGLE_MATCH'. We do this because readline will only
405 gdb_completer_file_name_quote (char *text, int match_type, char *quote_ptr)
409 if (match_type == SINGLE_MATCH)
1073 symbol_name_match_type match_type)
1085 linespec_complete (tracker, text, match_type);
1427 symbol_name_match_type match_type
1429 complete_address_and_linespec_locations (tracker, text, match_type);
1426 symbol_name_match_type match_type local
  /src/external/bsd/ntp/dist/include/
ntp_io.h 91 extern void add_nic_rule(nic_rule_match match_type,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info_sources_2.exp 128 set match_type "is"
131 set match_type "is not"
152 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info_sources_2.exp 134 set match_type "is"
137 set match_type "is not"
158 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 779 int match_type = 0; local
805 match_type++;
816 match_type++;
835 match_type++;
852 return match_type;
972 int match_type; local
979 match_type = s390_fn_types_compatible (type_index, arglist);
981 if (match_type == INT_MAX)
986 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect",
987 match_type);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 778 int match_type = 0; local
801 match_type++;
812 match_type++;
831 match_type++;
848 return match_type;
968 int match_type; local
975 match_type = s390_fn_types_compatible (type_index, arglist);
977 if (match_type == INT_MAX)
982 " %s match score: %d\n", match_type == 0 ? "perfect" : "imperfect",
983 match_type);
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c 334 int match_type; member in struct:rmconf_find_context
342 int match_type; local
345 match_type = rmconf_match_type(&fctx->sel, rmconf);
349 if (match_type < fctx->match_type)
352 if (match_type == fctx->match_type) {
360 fctx->match_type = match_type;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
keymgmt_lib.c 19 * 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)))
383 && !match_type(keymgmt1, keymgmt2)) {
468 } else if (match_type(to_keymgmt, from->keymgmt)) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
keymgmt_lib.c 19 * 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)))
387 && !match_type(keymgmt1, keymgmt2)) {
474 } else if (match_type(to_keymgmt, from->keymgmt)) {

Completed in 59 milliseconds

1 2