Home
last modified time | relevance | path

Searched refs:Matching (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp265 StringRef Matching; in isMainHeader() local
267 Matching = MatchingFileStem; // example 1), 2) in isMainHeader()
269 Matching = FileStem; // example 3) in isMainHeader()
270 if (!Matching.empty()) { in isMainHeader()
273 if (MainIncludeRegex.match(Matching)) in isMainHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp927 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges()
928 if (Matching.none()) in refineSubRanges()
932 if (SRMask == Matching) { in refineSubRanges()
938 SR.LaneMask = SRMask & ~Matching; in refineSubRanges()
940 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
943 stripValuesNotDefiningMask(reg(), *MatchingRange, Matching, Indexes, TRI, in refineSubRanges()
949 ToApply &= ~Matching; in refineSubRanges()
924 LaneBitmask Matching = SRMask & LaneMask; refineSubRanges() local
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt67 1.2. X.500 String Matching Rules
152 "Internationalized String Matching Rules for X.500" [XMATCH] proposal
456 (LDAP): Syntaxes and Matching Rules", RFC 4517, June
519 [XMATCH] Zeilenga, K., "Internationalized String Matching Rules
597 Appendix B. Substrings Matching
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1266 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local
1272 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue()
1278 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue()
1294 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi208 * Matching syntax::
698 @node Certificate matching, Matching syntax, CMS background, Top
704 @node Matching syntax, Software PKCS 11 module, Certificate matching, Top
705 @section Matching syntax
731 @node Software PKCS 11 module, How to use the PKCS11 module, Matching syntax, Top
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc66 PFCTL_TEST(0035, "Matching on TOS")
/freebsd/lib/libpmc/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod68 Matching such clauses is not a requirement, but any additional optional
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0128 \ rest of the line is consumed. Matching is not case sensitive.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td578 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
615 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoZfh.td506 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
536 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoF.td741 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
775 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et137 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3780 tok::TokenKind Matching = in LexEmbedParameters() local
3782 if (BracketStack.empty() || CurTok.getKind() != Matching) { in LexEmbedParameters()
3783 DiagMismatchedBracesAndSkipToEOD(Matching, BracketStack.back()); in LexEmbedParameters()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2589 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local
2590 if (!Matching || !FormatTok->getPreviousNonComment()) in insertTrailingCommas()
2593 Matching->is(TT_ArrayInitializerLSquare)) && in insertTrailingCommas()
2594 !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) { in insertTrailingCommas()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod56 Matching type Full(0) cannot be modified or disabled.
/freebsd/share/i18n/csmapper/APPLE/
H A DFARSI%UCS.src190 # 1. Matching the direction of Mac OS Farsi characters
H A DUCS%ARABIC.src216 # 1. Matching the direction of Mac OS Arabic characters
H A DUCS%FARSI.src190 # 1. Matching the direction of Mac OS Farsi characters
H A DARABIC%UCS.src216 # 1. Matching the direction of Mac OS Arabic characters
H A DHEBREW%UCS.src188 # 1. Matching the direction of Mac OS Hebrew characters
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md196 ## Matching the Result of a Function, Functor, or Callback
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20684 roaming_consortium_selection: Matching OI from HomeSP/RoamingConsortiumOI
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2171 Margaret J. Corasick Efficient String Matching: an Aid to
3019 John McDermott An Interference Matching Technique for
3154 Yin-Wah Wong Optimal Histogram Matching by Monotone
3424 of the Boyer-Moore String Matching
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md848 ### Matching Argument Values Exactly
1051 ### Matching Multiple Arguments as a Whole
1168 ### Matching Arguments that Are Not Copyable
1355 ### Matching Containers

12