| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 29 FormatterMatchType match_type = in AddFormat() local 31 category_sp->AddTypeFormat(type_name, match_type, format_sp); in AddFormat() 37 FormatterMatchType match_type = in AddSummary() local 39 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddSummary() 47 FormatterMatchType match_type = in AddStringSummary() local 49 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddStringSummary() 58 FormatterMatchType match_type = in AddOneLineSummary() local 60 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddOneLineSummary() 70 FormatterMatchType match_type = in AddCXXSummary() local 72 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddCXXSummary() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 29 FormatterMatchType match_type) in SBTypeNameSpecifier() argument 30 : m_opaque_sp(new TypeNameSpecifierImpl(name, match_type)) { in SBTypeNameSpecifier() 31 LLDB_INSTRUMENT_VA(this, name, match_type); in SBTypeNameSpecifier() 102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription() local 104 (match_type == eFormatterMatchExact ? "plain" in GetDescription() 105 : match_type == eFormatterMatchRegex ? "regex" in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategory.h | 227 void AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFormat() argument 230 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeFormat() 239 void AddTypeSummary(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeSummary() argument 242 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeSummary() 251 void AddTypeFilter(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFilter() argument 254 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeFilter() 264 lldb::FormatterMatchType match_type, in AddTypeSynthetic() argument 267 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeSynthetic()
|
| H A D | FormatClasses.h | 151 lldb::FormatterMatchType match_type) in TypeNameSpecifierImpl() argument 152 : m_match_type(match_type) { in TypeNameSpecifierImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | NameMatches.cpp | 15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() argument 17 switch (match_type) { in NameMatches()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 54 FormatterMatchType match_type, ConstString name, in ScriptAddOptions() argument 56 : m_flags(flags), m_match_type(match_type), m_name(name), in ScriptAddOptions() 72 FormatterMatchType match_type, std::string catg) in SynthAddOptions() argument 74 m_match_type(match_type), m_category(catg) {} in SynthAddOptions() 272 FormatterMatchType match_type, std::string category, 505 FormatterMatchType match_type, std::string category_name, 692 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute() local 694 match_type = eFormatterMatchRegex; in DoExecute() 702 category_sp->AddTypeFormat(arg_entry.ref(), match_type, entry); in DoExecute() 1563 FormatterMatchType match_type, in AddSummary() argument [all …]
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | keymgmt_lib.c | 22 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() 383 && !match_type(keymgmt1, keymgmt2)) { in evp_keymgmt_util_match() 468 } else if (match_type(to_keymgmt, from->keymgmt)) { in evp_keymgmt_util_copy()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_io.h | 89 extern void add_nic_rule(nic_rule_match match_type,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeNameSpecifier.h | 24 lldb::FormatterMatchType match_type);
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 97 nic_rule_match match_type; member 1099 nic_rule_match match_type, in add_nic_rule() argument 1109 rule->match_type = match_type; in add_nic_rule() 1113 if (MATCH_IFNAME == match_type) { in add_nic_rule() 1116 } else if (MATCH_IFADDR == match_type) { in add_nic_rule() 1186 switch (rule->match_type) { in interface_action()
|
| H A D | ntp_config.c | 3337 nic_rule_match match_type; in config_nic_rules() 3369 match_type = MATCH_ALL; in config_nic_rules() 3384 match_type = MATCH_IFADDR; in config_nic_rules() 3395 match_type = MATCH_IFNAME; in config_nic_rules() 3402 match_type = MATCH_IPV4; in config_nic_rules() 3406 match_type = MATCH_IPV6; in config_nic_rules() 3410 match_type = MATCH_WILDCARD; in config_nic_rules() 3432 add_nic_rule(match_type, if_name, prefixlen, in free_config_nic_rules() 3315 nic_rule_match match_type; config_nic_rules() local
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_macsec_qca.c | 106 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()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 899 …tchTypes(Jim_Interp *interp, Jim_Obj *objPtr, Jim_Obj *patternObj, int match_type, int return_type… 20030 int Jim_DictMatchTypes(Jim_Interp *interp, Jim_Obj *objPtr, Jim_Obj *patternObj, int match_type, in… in Jim_DictMatchTypes() argument 20047 Jim_Obj *matchObj = (match_type == JIM_DICTMATCH_KEYS) ? keyObj : valObj; in Jim_DictMatchTypes()
|