Searched refs:matching_type (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategory.cpp | 190 FormatCategoryItems *matching_type) { in AnyMatches() argument 198 if (matching_type) in AnyMatches() 199 *matching_type = eFormatCategoryItemFormat; in AnyMatches() 208 if (matching_type) in AnyMatches() 209 *matching_type = eFormatCategoryItemSummary; in AnyMatches() 218 if (matching_type) in AnyMatches() 219 *matching_type = eFormatCategoryItemFilter; in AnyMatches() 228 if (matching_type) in AnyMatches() 229 *matching_type = eFormatCategoryItemSynth; in AnyMatches()
|
H A D | DataVisualization.cpp | 72 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument 74 matching_category, matching_type); in AnyMatches()
|
H A D | TypeCategoryMap.cpp | 164 TypeCategoryImpl::FormatCategoryItems *matching_type) { in Get() 170 matching_category, matching_type)) in Get() 146 AnyMatches(const FormattersMatchCandidate & candidate_type,TypeCategoryImpl::FormatCategoryItems items,bool only_enabled,const char ** matching_category,TypeCategoryImpl::FormatCategoryItems * matching_type) AnyMatches() argument
|
/freebsd-src/contrib/ldns/ |
H A D | dane.c | 136 ldns_tlsa_matching_type matching_type) in ldns_dane_cert2rdf() argument 174 switch(matching_type) { in ldns_dane_cert2rdf() 514 ldns_tlsa_matching_type matching_type, in ldns_dane_create_tlsa_rr() argument 542 rdf = ldns_native2rdf_int8(LDNS_RDF_TYPE_INT8, (uint8_t)matching_type); in ldns_dane_create_tlsa_rr() 548 s = ldns_dane_cert2rdf(&rdf, cert, selector, matching_type); in ldns_dane_create_tlsa_rr() 601 ldns_tlsa_matching_type matching_type, ldns_rdf* data) in ldns_dane_match_cert_with_data() argument 606 s = ldns_dane_cert2rdf(&match_data, cert, selector, matching_type); in ldns_dane_match_cert_with_data() 624 ldns_tlsa_matching_type matching_type, in ldns_dane_match_any_cert_with_data() argument 639 selector, matching_type, data); in ldns_dane_match_any_cert_with_data()
|
/freebsd-src/contrib/ldns/ldns/ |
H A D | dane.h | 148 ldns_tlsa_matching_type matching_type); 200 ldns_tlsa_matching_type matching_type,
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormatManager.h | 135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) { 137 matching_category, matching_type);
|
H A D | TypeCategoryMap.h | 73 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
|
H A D | DataVisualization.h | 58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
|
H A D | TypeCategory.h | 353 FormatCategoryItems *matching_type = nullptr);
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 2761 if (Type *matching_type = ResolveType(die, true, true)) { in FindTypes() 2762 if (matching_type->IsTemplateType()) { in FindTypes() 2772 matching_type->GetForwardCompilerType().GetTypeName(true); in FindTypes() 2777 results.InsertUnique(matching_type->shared_from_this()); in FindTypes() 2819 if (Type *matching_type = ResolveType(die, true, true)) { in FindNamespace() 2820 ConstString name = matching_type->GetQualifiedName(); in FindNamespace() 2833 results.InsertUnique(matching_type->shared_from_this()); in FindNamespace() 2697 if (Type *matching_type = ResolveType(die, true, true)) { FindTypes() local 2755 if (Type *matching_type = ResolveType(die, true, true)) { FindTypes() local
|