/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 265 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 D | LiveInterval.cpp | 927 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 D | rfc4518.txt | 67 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 D | EarlyCSE.cpp | 1266 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 D | hx509.texi | 208 * 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 D | pfctl_test_list.inc | 66 PFCTL_TEST(0035, "Matching on TOS")
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 23 folder. Matching is based on the "EventName" field.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | property.pod | 68 Matching such clauses is not a requirement, but any additional optional
|
/freebsd/contrib/bearssl/src/codec/ |
H A D | pemdec.t0 | 128 \ rest of the line is consumed. Matching is not case sensitive.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoD.td | 578 // 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 D | RISCVInstrInfoZfh.td | 506 // 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 D | RISCVInstrInfoF.td | 741 // 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 D | krb5_err.et | 137 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 3780 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 D | Format.cpp | 2589 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 D | SSL_CTX_dane_enable.pod | 56 Matching type Full(0) cannot be modified or disabled.
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | FARSI%UCS.src | 190 # 1. Matching the direction of Mac OS Farsi characters
|
H A D | UCS%ARABIC.src | 216 # 1. Matching the direction of Mac OS Arabic characters
|
H A D | UCS%FARSI.src | 190 # 1. Matching the direction of Mac OS Farsi characters
|
H A D | ARABIC%UCS.src | 216 # 1. Matching the direction of Mac OS Arabic characters
|
H A D | HEBREW%UCS.src | 188 # 1. Matching the direction of Mac OS Hebrew characters
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | matchers.md | 196 ## Matching the Result of a Function, Functor, or Callback
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 684 roaming_consortium_selection: Matching OI from HomeSP/RoamingConsortiumOI
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 2171 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 D | gmock_cook_book.md | 848 ### Matching Argument Values Exactly 1051 ### Matching Multiple Arguments as a Whole 1168 ### Matching Arguments that Are Not Copyable 1355 ### Matching Containers
|