Home
last modified time | relevance | path

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

12

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp192 Sequences.clear(); in clear()
513 if (!Sequences.empty()) { in parse()
514 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
554 if (Sequences.empty()) in lookupAddress()
559 SequenceIter first_seq = Sequences.begin(); in lookupAddress()
560 SequenceIter last_seq = Sequences.end(); in lookupAddress()
565 found_seq = Sequences.back(); in lookupAddress()
578 if (Sequences.empty()) in lookupAddressRange()
584 SequenceIter first_seq = Sequences.begin(); in lookupAddressRange()
585 SequenceIter last_seq = Sequences.end(); in lookupAddressRange()
/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp194 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local
215 Sequences.push_back(CurrInstr); in runOnBasicBlock()
223 DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock()
227 for (auto &MI : Sequences) { in runOnBasicBlock()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h181 Sequences.push_back(S); in appendSequence()
216 SequenceVector Sequences; member
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp725 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local
733 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask()
734 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
742 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask()
754 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask()
756 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
/external/icu/icu4c/source/data/translit/
Dund_FONIPA_ar.txt117 # Sequences of three or more ووو look very confusing; we shorten them.
Dund_FONIPA_fa.txt112 # Sequences of three or more ووو look very confusing; we shorten them.
/external/python/cpython2/Doc/library/
Dparser.rst62 has a simple form. Sequences representing non-terminal elements in the grammar
150 Sequences representing terminal tokens may be represented as either two-element
/external/icu/icu4c/source/data/brkitr/rules/
Dword_POSIX.txt12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
Dword.txt12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
Dline_loose.txt361 # Sequences of the form (shown forwards)
Dline_normal_cj.txt360 # Sequences of the form (shown forwards)
Dline_normal.txt354 # Sequences of the form (shown forwards)
Dline.txt350 # Sequences of the form (shown forwards)
Dline_fi.txt359 # Sequences of the form (shown forwards)
Dline_loose_fi.txt361 # Sequences of the form (shown forwards)
Dline_normal_fi.txt357 # Sequences of the form (shown forwards)
Dline_loose_cj.txt376 # Sequences of the form (shown forwards)
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst415 Tuples and Sequences
728 Comparing Sequences and Other Types
/external/googletest/googlemock/docs/v1_5/
DCheatSheet.md448 ## Sequences ## section in Expectation Order
/external/googletest/googlemock/docs/v1_6/
DCheatSheet.md457 ## Sequences ## section in Expectation Order
/external/googletest/googlemock/docs/
DCheatSheet.md485 ## Sequences ## section in Expectation Order
/external/googletest/googlemock/docs/v1_7/
DCheatSheet.md479 ## Sequences ## section in Expectation Order
/external/unicode/
Demoji-variation-sequences.txt7 # Emoji Variation Sequences for UTR #51
/external/python/cpython2/Doc/reference/
Ddatamodel.rst251 Sequences
266 Sequences also support slicing: ``a[i:j]`` selects all items with index *k* such
277 Sequences are distinguished according to their mutability:
/external/python/cpython2/Doc/faq/
Dprogramming.rst797 Sequences can be copied by slicing::
1172 Sequences (Tuples/Lists)

12