Searched refs:matching_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp222 FormatCategoryItems* matching_type)
240 if (matching_type)
241 *matching_type = eFormatCategoryItemValue;
251 if (matching_type)
252 *matching_type = eFormatCategoryItemRegexValue;
263 if (matching_type)
264 *matching_type = eFormatCategoryItemSummary;
274 if (matching_type)
275 *matching_type = eFormatCategoryItemRegexSummary;
286 if (matching_type)
218 AnyMatches(ConstString type_name, FormatCategoryItems items, bool only_enabled, const char** matching_category, FormatCategoryItems* matching_type) argument
[all...]
H A DDataVisualization.cpp109 TypeCategoryImpl::FormatCategoryItems* matching_type)
115 matching_type);
105 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
H A DTypeCategoryMap.cpp165 TypeCategoryImpl::FormatCategoryItems* matching_type)
176 matching_type))
161 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
/freebsd-10-stable/contrib/ldns/ldns/
H A Ddane.h121 * the selector and encoded using matching_type.
126 * \param[in] matching_type The full data or the SHA256 or SHA512 hash
132 ldns_tlsa_matching_type matching_type);
176 * \param[in] matching_type The value for the Matching Type field
184 ldns_tlsa_matching_type matching_type,
/freebsd-10-stable/contrib/ldns/
H A Ddane.c79 ldns_tlsa_matching_type matching_type)
117 switch(matching_type) {
457 ldns_tlsa_matching_type matching_type,
485 rdf = ldns_native2rdf_int8(LDNS_RDF_TYPE_INT8, (uint8_t)matching_type);
491 s = ldns_dane_cert2rdf(&rdf, cert, selector, matching_type);
538 /* Return whether cert/selector/matching_type matches data.
542 ldns_tlsa_matching_type matching_type, ldns_rdf* data)
547 s = ldns_dane_cert2rdf(&match_data, cert, selector, matching_type);
558 /* Return whether any certificate from the chain with selector/matching_type
565 ldns_tlsa_matching_type matching_type,
77 ldns_dane_cert2rdf(ldns_rdf** rdf, X509* cert, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type) argument
454 ldns_dane_create_tlsa_rr(ldns_rr** tlsa, ldns_tlsa_certificate_usage certificate_usage, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type, X509* cert) argument
541 ldns_dane_match_cert_with_data(X509* cert, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type, ldns_rdf* data) argument
607 ldns_tlsa_matching_type matching_type; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h161 TypeCategoryImpl::FormatCategoryItems* matching_type = NULL)
167 matching_type);
H A DDataVisualization.h80 TypeCategoryImpl::FormatCategoryItems* matching_type = NULL);
H A DTypeCategoryMap.h89 TypeCategoryImpl::FormatCategoryItems* matching_type = NULL);
H A DTypeCategory.h243 FormatCategoryItems* matching_type = NULL);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4028 Type *matching_type = ResolveType (dwarf_cu, die); local
4029 if (matching_type)
4032 types.InsertUnique (matching_type->shared_from_this());
4179 Type *matching_type = ResolveTypeUID (die_offsets[i]); local
4180 if (matching_type)
4183 types.InsertUnique (matching_type->shared_from_this());
7927 Type *matching_type = ResolveType (dwarf_cu, die); local
7929 clang::QualType qual_type = matching_type->GetClangForwardType().GetQualType();

Completed in 141 milliseconds