Home
last modified time | relevance | path

Searched refs:Ends (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp39 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/
DNamespaceCommentCheck.h39 llvm::SmallVector<SourceLocation, 4> Ends; variable
DNamespaceCommentCheck.cpp108 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/
DARMLowOverheadLoops.cpp1025 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/
DSTLExtras.h828 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/
DARMLowOverheadLoops.cpp1635 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/
DSTLExtras.h896 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/
Dpolicy.proto33 // Ends the current user's session. Does nothing at the login screen.
/external/python/cpython2/Doc/library/
Dhtmllib.rst151 Ends buffering character data and returns all data saved since the preceding
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dstack-clash-protection.ll80 ; Ends evenly on the step so no remainder needed.
/external/llvm/lib/Support/Unix/
DMemory.inc109 ; // Ends statement above
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt192 call BlowUp() // Ends up calling the terminate() method in use
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc101 ; // Ends statement above
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt192 call BlowUp() // Ends up calling the terminate() method in use
/external/python/cpython3/Doc/howto/
Dsorting.rst272 Odd and Ends
/external/python/cpython2/Doc/howto/
Dsorting.rst272 Odd and Ends
/external/llvm/docs/
DFAQ.rst148 Using the C and C++ Front Ends
/external/llvm-project/llvm/docs/
DFAQ.rst137 Using the C and C++ Front Ends
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-ar.rst341 Ends the MRI script (optional).
/external/python/cpython3/Doc/c-api/
Dexceptions.rst743 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/
DIDNATestInput.txt708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
/external/icu/icu4c/source/test/testdata/
Didna_conf.txt708 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/
DIDNATestInput.txt708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
/external/python/cpython3/Grammar/
Dpython.gram269 # - Ends in a comma followed by an optional type comment
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5392 SmallPtrSet<Instruction *, 8> Ends; in calculateRegisterUsage() local
5417 Ends.insert(Instr); in calculateRegisterUsage()
5462 if (Ends.find(I) == Ends.end()) in calculateRegisterUsage()

12