Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp254 StringRef Matching; in isMainHeader() local
256 Matching = MatchingFileStem; // example 1), 2) in isMainHeader()
258 Matching = FileStem; // example 3) in isMainHeader()
259 if (!Matching.empty()) { in isMainHeader()
262 if (MainIncludeRegex.match(Matching)) in isMainHeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
939 if (Matching.none()) in refineSubRanges()
943 if (SRMask == Matching) { in refineSubRanges()
949 SR.LaneMask = SRMask & ~Matching; in refineSubRanges()
951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
954 stripValuesNotDefiningMask(reg(), *MatchingRange, Matching, Indexes, TRI, in refineSubRanges()
960 ToApply &= ~Matching; in refineSubRanges()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1122 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local
1128 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue()
1134 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue()
1150 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()
/freebsd-13.1/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-13.1/sbin/pfctl/tests/
H A Dpfctl_test_list.inc68 PFCTL_TEST(0035, "Matching on TOS")
/freebsd-13.1/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-13.1/lib/libpmc/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
/freebsd-13.1/contrib/bearssl/src/codec/
H A Dpemdec.t0128 \ rest of the line is consumed. Matching is not case sensitive.
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et137 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1831 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local
1832 if (!Matching || !FormatTok->getPreviousNonComment()) in insertTrailingCommas()
1835 Matching->is(TT_ArrayInitializerLSquare)) && in insertTrailingCommas()
1836 !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) in insertTrailingCommas()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td355 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoZfh.td354 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoF.td401 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod56 Matching type Full(0) cannot be modified or disabled.
/freebsd-13.1/share/i18n/csmapper/APPLE/
H A DFARSI%UCS.src191 # 1. Matching the direction of Mac OS Farsi characters
H A DUCS%ARABIC.src217 # 1. Matching the direction of Mac OS Arabic characters
H A DUCS%FARSI.src191 # 1. Matching the direction of Mac OS Farsi characters
H A DARABIC%UCS.src217 # 1. Matching the direction of Mac OS Arabic characters
H A DHEBREW%UCS.src189 # 1. Matching the direction of Mac OS Hebrew characters
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-HS20653 roaming_consortium_selection: Matching OI from HomeSP/RoamingConsortiumOI
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md282 ## Matching the Result of a Function or Functor ##
H A DCookBook.md628 ## Matching Argument Values Exactly ##
823 ## Matching Multiple Arguments as a Whole ##
977 ## Matching Arguments that Are Not Copyable ##
1139 ## Matching Containers ##
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td15 // Pattern Matching Support
1126 // DAG Pattern Matching Rules
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1326 // Matching bitcast t1 to t1 causes strange errors, so avoid repeating types
/freebsd-13.1/sys/dev/usb/
H A Dusbdevs2604 product INTEL2 IRMH 0x0020 Integrated Rate Matching Hub
2605 product INTEL2 IRMH2 0x0024 Integrated Rate Matching Hub
2606 product INTEL2 IRMH3 0x8000 Integrated Rate Matching Hub
2607 product INTEL2 IRMH4 0x8008 Integrated Rate Matching Hub

12