Searched defs:SSize (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxx/test/std/iterators/iterator.container/ |
H A D | ssize.pass.cpp | 82 using SSize = std::common_type_t<std::ptrdiff_t, std::make_signed_t<std::size_t>>; in main() typedef
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
H A D | source.pass.cpp | 42 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCaseImpl() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicExtent.cpp | 33 if (auto SSize = in getDynamicExtent() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
H A D | source.pass.cpp | 49 const std::size_t SSize = StrEnd(Expect) - Expect; in RunTestCase() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 295 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() argument 306 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() argument 319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 170 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 3450 size_t SSize = Subscripts.size(); in tryDelinearizeFixedSize() local
|