Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp255 StringRef Matching; in isMainHeader() local
257 Matching = MatchingFileStem; // example 1), 2) in isMainHeader()
259 Matching = FileStem; // example 3) in isMainHeader()
260 if (!Matching.empty()) { in isMainHeader()
263 if (MainIncludeRegex.match(Matching)) in isMainHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp927 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
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()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sbin/pfctl/tests/
H A Dpfctl_test_list.inc66 PFCTL_TEST(0035, "Matching on TOS")
/freebsd-14.2/lib/libpmc/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dxylon,logicvc-display.yaml22 Matching synthesis parameters are provided when applicable.
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dproperty.pod68 Matching such clauses is not a requirement, but any additional optional
/freebsd-14.2/contrib/bearssl/src/codec/
H A Dpemdec.t0128 \ rest of the line is consumed. Matching is not case sensitive.
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et137 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td592 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
629 // 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-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2556 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local
2557 if (!Matching || !FormatTok->getPreviousNonComment()) in insertTrailingCommas()
2560 Matching->is(TT_ArrayInitializerLSquare)) && in insertTrailingCommas()
2561 !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) { in insertTrailingCommas()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod56 Matching type Full(0) cannot be modified or disabled.
/freebsd-14.2/share/i18n/csmapper/APPLE/
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 DFARSI%UCS.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-14.2/contrib/googletest/docs/reference/
H A Dmatchers.md196 ## Matching the Result of a Function, Functor, or Callback
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A DREADME-HS20684 roaming_consortium_selection: Matching OI from HomeSP/RoamingConsortiumOI
/freebsd-14.2/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-14.2/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