| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 927 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()
|
| /src/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
|
| /src/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()
|
| /src/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
|
| /src/lib/libpmc/pmu-events/ |
| H A D | README | 23 folder. Matching is based on the "EventName" field.
|
| /src/crypto/openssl/doc/man7/ |
| H A D | property.pod | 68 Matching such clauses is not a requirement, but any additional optional
|
| /src/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 66 PFCTL_TEST(0035, "Matching on TOS")
|
| /src/contrib/bearssl/src/codec/ |
| H A D | pemdec.t0 | 128 \ rest of the line is consumed. Matching is not case sensitive.
|
| /src/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
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 137 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
|
| /src/contrib/libdiff/test/ |
| H A D | test010.left.txt | 5006 "Rate Matching Hub", 5010 "Rate Matching Hub", 5026 "Rate Matching Hub", 5030 "Rate Matching Hub", 5034 "Rate Matching Hub", 5038 "Rate Matching Hub", 5042 "Rate Matching Hub", 5046 "Rate Matching Hub",
|
| H A D | test110.left-P.txt | 5006 "Rate Matching Hub", 5010 "Rate Matching Hub", 5026 "Rate Matching Hub", 5030 "Rate Matching Hub", 5034 "Rate Matching Hub", 5038 "Rate Matching Hub", 5042 "Rate Matching Hub", 5046 "Rate Matching Hub",
|
| H A D | test110.right-P.txt | 5006 "Rate Matching Hub", 5010 "Rate Matching Hub", 5026 "Rate Matching Hub", 5030 "Rate Matching Hub", 5034 "Rate Matching Hub", 5038 "Rate Matching Hub", 5042 "Rate Matching Hub", 5046 "Rate Matching Hub",
|
| H A D | test010.right.txt | 5006 "Rate Matching Hub", 5010 "Rate Matching Hub", 5026 "Rate Matching Hub", 5030 "Rate Matching Hub", 5034 "Rate Matching Hub", 5038 "Rate Matching Hub", 5042 "Rate Matching Hub", 5046 "Rate Matching Hub",
|
| /src/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()
|
| /src/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()
|
| /src/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | krb5_err.et | 191 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
|
| /src/share/i18n/csmapper/APPLE/ |
| H A D | UCS%ARABIC.src | 216 # 1. Matching the direction of Mac OS Arabic characters
|
| H A D | FARSI%UCS.src | 190 # 1. Matching the direction of Mac OS Farsi 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
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_dane_enable.pod | 56 Matching type Full(0) cannot be modified or disabled.
|