Home
last modified time | relevance | path

Searched refs:Sequences (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h212 AllClones.reserve(Sequences.size()); in findClones()
213 for (const auto &C : Sequences) { in findClones()
223 CloneGroup Sequences;
264 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
275 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp199 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local
220 Sequences.push_back(CurrInstr); in runOnBasicBlock()
228 LLVM_DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock()
232 for (auto &MI : Sequences) { in runOnBasicBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp94 Sequences.push_back(StmtSequence(D->getBody(), D)); in analyzeCodeBody()
352 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument
356 for (CloneDetector::CloneGroup &Group : Sequences) { in constrain()
408 Sequences = Result; in constrain()
412 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument
414 Sequences, [](const StmtSequence &A, const StmtSequence &B) { in constrain()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp536 Sequences.clear(); in clear()
1195 if (!Sequences.empty()) { in parse()
1196 llvm::sort(Sequences, Sequence::orderByHighPC); in parse()
1258 SequenceIter It = llvm::upper_bound(Sequences, Sequence, in lookupAddressImpl()
1260 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl()
1284 if (Sequences.empty()) in lookupAddressRangeImpl()
1291 SequenceIter LastSeq = Sequences.end(); in lookupAddressRangeImpl()
1293 Sequences, Sequence, DWARFDebugLine::Sequence::orderByHighPC); in lookupAddressRangeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h242 Sequences.push_back(S); in appendSequence()
294 SequenceVector Sequences; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp774 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local
782 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
783 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
791 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask()
803 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask()
805 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DSyntax.td13 // - Sequences, with a fixed list of children that should appear in order.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst191 Sequences of 4 and more *scalar* registers must be quad-aligned.
279 Sequences of 4 and more *ttmp* registers must be quad-aligned.
H A DAMDGPUUsage.rst4846 .. table:: AMDHSA Memory Model Code Sequences GFX6-GFX9
6144 .. table:: AMDHSA Memory Model Code Sequences GFX90A
8436 .. table:: AMDHSA Memory Model Code Sequences GFX10
/netbsd-src/external/bsd/mdocml/dist/
H A DTODO433 - Sequences of multiple man(7) paragraphs (.PP, .IP) interspersed
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg1468 * Sequences the kernel driver has okayed for us. This allows
H A Daic79xx.reg3680 * Sequences the kernel driver has okayed for us. This allows
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi1999 * Statement Sequences::
2163 @node Statement Sequences
2164 @subsection Statement Sequences
2165 @cindex Statement Sequences
H A Dgccint.info11694 * Statement Sequences::
11812 File: gccint.info, Node: Blocks, Next: Statement Sequences, Prev: Basic Statements, Up: Stateme…
11846 File: gccint.info, Node: Statement Sequences, Next: Empty Statements, Prev: Blocks, Up: Stateme…
11848 11.7.3 Statement Sequences
11856 File: gccint.info, Node: Empty Statements, Next: Jumps, Prev: Statement Sequences, Up: Statemen…
29505 17.15 Defining RTL Sequences for Code Generation
56977 * Statement Sequences: Statement Sequences.
58419 Node: Statement Sequences511761
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi1947 * Statement Sequences::
2106 @node Statement Sequences
2107 @subsection Statement Sequences
2108 @cindex Statement Sequences
H A Dgccint.info11284 * Statement Sequences::
11399 File: gccint.info, Node: Blocks, Next: Statement Sequences, Prev: Basic Statements, Up: Stateme…
11433 File: gccint.info, Node: Statement Sequences, Next: Empty Statements, Prev: Blocks, Up: Stateme…
11435 11.7.3 Statement Sequences
11443 File: gccint.info, Node: Empty Statements, Next: Jumps, Prev: Statement Sequences, Up: Statemen…
28071 17.15 Defining RTL Sequences for Code Generation
55207 * Statement Sequences: Statement Sequences.
56585 Node: Statement Sequences495621
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNEWS1030 o ASN1 and PEM support for Netscape Certificate Sequences
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi330 * Escape Sequences:: How to write nonprinting characters.
2720 * Escape Sequences:: How to write nonprinting characters.
2824 @node Escape Sequences
2825 @section Escape Sequences
3010 @subheading Advanced Notes: Escape Sequences for Metacharacters
3042 in @ref{Escape Sequences},
4657 @pxref{Escape Sequences},
4794 characters (@pxref{Escape Sequences}), finally yielding
5874 character; @pxref{Escape Sequences}):
7680 (@pxref{Escape Sequences}).
[all …]
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake.texi206 * Sequences:: Defining canned sequences of commands.
3510 * Sequences:: Defining canned sequences of commands.
4156 @node Recursion, Sequences, Interrupts, Commands
4638 @node Sequences, Empty Commands, Recursion, Commands
4639 @section Defining Canned Command Sequences
4730 @node Empty Commands, , Sequences, Commands
5639 (@pxref{Sequences, ,Defining Canned Command Sequences}), and also
10315 @xref{Sequences}.
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20213467 (Sequences): New menu item "Auto-loading sequences".
7703 (Sequences): Demoted chapter, now a section under the new
9212 * gdb.texinfo (Sequences): Improve menu annotations.
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-11723 Number Sequences
4819 Sequences of pseudo-random numbers in GMP are generated using a variable
H A Dgmp.texi2537 @item Number Sequences
5959 Sequences of pseudo-random numbers in GMP are generated using a variable of
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt3488 Sequences and sets nest, and implementations of this API MUST maintain
/netbsd-src/external/gpl3/binutils.old/dist/binutils/doc/
H A Dbinutils.texi3332 @option{-e} and @option{-U} options. Sequences are always terminated
/netbsd-src/external/gpl3/binutils/dist/binutils/doc/
H A Dbinutils.texi3407 @option{-e} and @option{-U} options. Sequences are always terminated

12