/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOWriter.cpp | 39 SmallVector<size_t, 7> Ends; in totalSize() local 45 Ends.push_back(SymTabCommand.symoff + symTableSize()); in totalSize() 47 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize() 56 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize() 61 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize() 66 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize() 72 Ends.push_back(DyLdInfoCommand.lazy_bind_off + in totalSize() 78 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize() 88 Ends.push_back(DySymTabCommand.indirectsymoff + in totalSize() 97 Ends.push_back(LinkEditDataCommand.dataoff + in totalSize() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | NamespaceCommentCheck.h | 39 llvm::SmallVector<SourceLocation, 4> Ends; variable
|
D | NamespaceCommentCheck.cpp | 108 for (const auto &EndOfNameLocation : Ends) { in check() 123 Ends.push_back(LBraceLoc); in check()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 1025 SmallVector<MachineInstr*, 4> Ends; in RevertNonLoops() local 1033 Ends.push_back(&I); in RevertNonLoops() 1036 if (Starts.empty() && Decs.empty() && Ends.empty()) in RevertNonLoops() 1050 for (auto *End : Ends) in RevertNonLoops()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 828 std::tuple<IterTs...> Ends; 836 auto &End = std::get<Index>(Ends); 865 auto &End = std::get<Index>(Ends); 896 : Begins(std::begin(Ranges)...), Ends(std::end(Ranges)...) {} 910 return Begins == RHS.Begins && Ends == RHS.Ends;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 1635 SmallVector<MachineInstr*, 4> Ends; in RevertNonLoops() local 1643 Ends.push_back(&I); in RevertNonLoops() 1646 if (Starts.empty() && Decs.empty() && Ends.empty()) in RevertNonLoops() 1660 for (auto *End : Ends) in RevertNonLoops()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | STLExtras.h | 896 std::tuple<IterTs...> Ends; 904 auto &End = std::get<Index>(Ends); 933 auto &End = std::get<Index>(Ends); 964 : Begins(std::begin(Ranges)...), Ends(std::end(Ranges)...) {} 978 return Begins == RHS.Begins && Ends == RHS.Ends;
|
/external/cros/system_api/dbus/power_manager/ |
D | policy.proto | 33 // Ends the current user's session. Does nothing at the login screen.
|
/external/python/cpython2/Doc/library/ |
D | htmllib.rst | 151 Ends buffering character data and returns all data saved since the preceding
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | stack-clash-protection.ll | 80 ; Ends evenly on the step so no remainder needed.
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 109 ; // Ends statement above
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 192 call BlowUp() // Ends up calling the terminate() method in use
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 101 ; // Ends statement above
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 192 call BlowUp() // Ends up calling the terminate() method in use
|
/external/python/cpython3/Doc/howto/ |
D | sorting.rst | 272 Odd and Ends
|
/external/python/cpython2/Doc/howto/ |
D | sorting.rst | 272 Odd and Ends
|
/external/llvm/docs/ |
D | FAQ.rst | 148 Using the C and C++ Front Ends
|
/external/llvm-project/llvm/docs/ |
D | FAQ.rst | 137 Using the C and C++ Front Ends
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 341 Ends the MRI script (optional).
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 743 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each 775 Ends a :c:func:`Py_ReprEnter`. Must be called once for each
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | IDNATestInput.txt | 708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
|
/external/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | IDNATestInput.txt | 708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
|
/external/python/cpython3/Grammar/ |
D | python.gram | 269 # - Ends in a comma followed by an optional type comment
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5392 SmallPtrSet<Instruction *, 8> Ends; in calculateRegisterUsage() local 5417 Ends.insert(Instr); in calculateRegisterUsage() 5462 if (Ends.find(I) == Ends.end()) in calculateRegisterUsage()
|