Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp924 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 Dmachine-ir.vim17 " Opcodes. Matching instead of listing them because individual targets can add
/openbsd-src/usr.bin/vi/docs/
H A DTODO70 re field # Matching re string.
73 re field # Matching re string.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1162 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 Dlocal.t615 "Matching" => sub { $x = /badness/ }, 0,
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5281delta.pod65 Matching of decimal digits in script runs, introduced in Perl 5.28, had a bug
H A Dperl5244delta.pod25 Matching a crafted locale dependent regular expression could cause a heap
H A Dperl5301delta.pod105 Matching a non-C<SVf_UTF8> string against a regular expression containing
H A Dperl5262delta.pod25 Matching a crafted locale dependent regular expression could cause a heap
H A Dperlrequick.pod256 =head2 Matching this or that
333 =head2 Matching repetitions
H A Dperlunicook.pod813 Case Mappings, page 166–172, especially Caseless Matching starting on page 170.
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchers.rst2 Matching the Clang AST
H A DClangTransformerTutorial.rst393 * :doc:`Matching the Clang AST <LibASTMatchers>`
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DPdbStream.rst135 Matching a PDB to its executable
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddir-example192 * 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 Dutf8174 # 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 Ddir-example268 * 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 DFormat.cpp2384 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 Dabi.txt151 - Matching each specific C++ compiler release to a specific set of
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td405 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoZfh.td392 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoF.td634 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst685 FileCheck Regex Matching Syntax
944 Matching Newline Characters
/openbsd-src/sys/dev/usb/
H A Dusbdevs2455 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

1234