| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64A53Fix835769.cpp | 205 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local 227 Sequences.push_back(CurrInstr); in runOnBasicBlock() 235 LLVM_DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock() 239 for (auto &MI : Sequences) { in runOnBasicBlock()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | CloneDetection.h | 211 Result.push_back(Sequences); in findClones() 217 CloneGroup Sequences; 256 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences); 267 void constrain(std::vector<CloneDetector::CloneGroup> &Sequences);
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CloneDetection.cpp | 94 Sequences.push_back(StmtSequence(D->getBody(), D)); in analyzeCodeBody() 351 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument 355 for (CloneDetector::CloneGroup &Group : Sequences) { in constrain() 407 Sequences = Result; in constrain() 411 std::vector<CloneDetector::CloneGroup> &Sequences) { in constrain() argument 413 Sequences, [](const StmtSequence &A, const StmtSequence &B) { in constrain()
|
| /openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| D | htmlescp.t | 39 <title>Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands… 55 <p>Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands</p>
|
| D | htmlescp.pod | 3 Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | NamedSqProv.txt | 9 # Provisional Unicode Named Character Sequences 32 # Sequences, at https://www.unicode.org/reports/tr34/
|
| D | NamedSequences.txt | 9 # Unicode Named Character Sequences 31 # Sequences, at https://www.unicode.org/reports/tr34/
|
| D | NamesList.txt | 13669 @~ Standardized Variation Sequences 14558 @~ Standardized Variation Sequences 18098 @~ Standardized Variation Sequences 24739 @~ Standardized Variation Sequences 26902 @~ Standardized Variation Sequences 28841 @~ Standardized Variation Sequences 32097 @~ Standardized Variation Sequences 47082 @~ Standardized Variation Sequences 54627 @~ Standardized Variation Sequences
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugLine.cpp | 536 Sequences.clear(); in clear() 1200 if (!Sequences.empty()) { in parse() 1201 llvm::sort(Sequences, Sequence::orderByHighPC); in parse() 1263 SequenceIter It = llvm::upper_bound(Sequences, Sequence, in lookupAddressImpl() 1265 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl() 1289 if (Sequences.empty()) in lookupAddressRangeImpl() 1296 SequenceIter LastSeq = Sequences.end(); in lookupAddressRangeImpl() 1298 Sequences, Sequence, DWARFDebugLine::Sequence::orderByHighPC); in lookupAddressRangeImpl()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 234 Sequences.push_back(S); in appendSequence() 291 SequenceVector Sequences; member
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | RegisterInfoEmitter.cpp | 774 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()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| D | Syntax.td | 13 // - Sequences, with a fixed list of children that should appear in order.
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | utf8decode.t | 178 3.3 Sequences with last continuation byte missing
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUOperandSyntax.rst | 229 Sequences of 4 and more *scalar* registers must be quad-aligned. 317 Sequences of 4 and more *ttmp* registers must be quad-aligned.
|
| D | AMDGPUUsage.rst | 5250 .. table:: AMDHSA Memory Model Code Sequences GFX6-GFX9 6556 .. table:: AMDHSA Memory Model Code Sequences GFX90A 8945 .. table:: AMDHSA Memory Model Code Sequences GFX940 11362 .. table:: AMDHSA Memory Model Code Sequences GFX10-GFX11
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tree-ssa.texi | 307 * Statement Sequences:: 346 @node Statement Sequences 347 @subsubsection Statement Sequences 348 @cindex Statement Sequences
|
| D | gccint.info | 6558 * Statement Sequences:: 6567 File: gccint.info, Node: Blocks, Next: Statement Sequences, Up: Statements 6598 File: gccint.info, Node: Statement Sequences, Next: Empty Statements, Prev: Blocks, Up: Stateme… 6600 10.2.4.2 Statement Sequences 6608 File: gccint.info, Node: Empty Statements, Next: Loops, Prev: Statement Sequences, Up: Statemen… 16828 14.15 Defining RTL Sequences for Code Generation 33697 * Statement Sequences: Statement Sequences. 34400 Node: Statement Sequences283988
|
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.reg | 1468 * Sequences the kernel driver has okayed for us. This allows
|
| D | aic79xx.reg | 3696 * Sequences the kernel driver has okayed for us. This allows
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlrebackslash.pod | 3 perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes
|
| D | perlrecharclass.pod | 738 =head3 Backslash Sequences
|
| D | perlunicode.pod | 1082 Starting in 5.32, the Name, Name Aliases, and Named Sequences properties
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARF.cpp | 1169 for (const llvm::DWARFDebugLine::Sequence &seq : line_table->Sequences) { in ParseLineTable()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | tm.texi | 34 * Escape Sequences:: Defining the value of target character escape sequences 1739 @node Escape Sequences 1740 @section Target Character Escape Sequences
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | g77.texi | 7247 * Inconsistent Calling Sequences:: 7758 @node Inconsistent Calling Sequences 7759 @subsection Inconsistent Calling Sequences
|