| /openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 255 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 924 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local 925 if (Matching.none()) in refineSubRanges() 929 if (SRMask == Matching) { in refineSubRanges() 935 SR.LaneMask = SRMask & ~Matching; in refineSubRanges() 937 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges() 940 stripValuesNotDefiningMask(reg(), *MatchingRange, Matching, Indexes, TRI, in refineSubRanges() 946 ToApply &= ~Matching; in refineSubRanges()
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/syntax/ |
| H A D | machine-ir.vim | 17 " Opcodes. Matching instead of listing them because individual targets can add
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | TODO | 70 re field # Matching re string. 73 re field # Matching re string.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1162 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local 1168 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue() 1174 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue() 1190 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | local.t | 615 "Matching" => sub { $x = /badness/ }, 0,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5281delta.pod | 65 Matching of decimal digits in script runs, introduced in Perl 5.28, had a bug
|
| H A D | perl5244delta.pod | 25 Matching a crafted locale dependent regular expression could cause a heap
|
| H A D | perl5301delta.pod | 105 Matching a non-C<SVf_UTF8> string against a regular expression containing
|
| H A D | perl5262delta.pod | 25 Matching a crafted locale dependent regular expression could cause a heap
|
| H A D | perlrequick.pod | 256 =head2 Matching this or that 333 =head2 Matching repetitions
|
| H A D | perlunicook.pod | 813 Case Mappings, page 166–172, especially Caseless Matching starting on page 170.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchers.rst | 2 Matching the Clang AST
|
| H A D | ClangTransformerTutorial.rst | 393 * :doc:`Matching the Clang AST <LibASTMatchers>`
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | PdbStream.rst | 135 Matching a PDB to its executable
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | dir-example | 192 * aid: (id-utils)aid invocation. Matching strings. 265 * lid: (id-utils)lid invocation. Matching identifier patterns.
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | utf8 | 174 # NAME Matching \p{} against above-Unicode 307 # NAME Matching Unicode property against above-Unicode code point outputs a warning even if optimiz… 314 # NAME Matching POSIX class property against above-Unicode code point doesn't output a warning
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | dir-example | 268 * aid: (id-utils)aid invocation. Matching strings. 357 * lid: (id-utils)lid invocation. Matching identifier patterns.
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 2384 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local 2385 if (!Matching || !FormatTok->getPreviousNonComment()) in insertTrailingCommas() 2388 Matching->is(TT_ArrayInitializerLSquare)) && in insertTrailingCommas() 2389 !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) { in insertTrailingCommas()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/ |
| H A D | abi.txt | 151 - Matching each specific C++ compiler release to a specific set of
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 405 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| H A D | RISCVInstrInfoZfh.td | 392 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| H A D | RISCVInstrInfoF.td | 634 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 685 FileCheck Regex Matching Syntax 944 Matching Newline Characters
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usbdevs | 2455 product INTEL2 RMH_1 0x0020 Rate Matching Hub 2456 product INTEL2 RMH_2 0x0024 Rate Matching Hub 2469 product INTEL2 RMH_3 0x8000 Rate Matching Hub 2470 product INTEL2 RMH_5 0x8001 Rate Matching Hub 2471 product INTEL2 RMH_7 0x8002 Rate Matching Hub 2472 product INTEL2 RMH_4 0x8008 Rate Matching Hub 2473 product INTEL2 RMH_6 0x8009 Rate Matching Hub 2474 product INTEL2 RMH_8 0x800a Rate Matching Hub
|