Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBData.cpp126 if (offset == old_offset) in GetFloat()
141 if (offset == old_offset) in GetDouble()
156 if (offset == old_offset) in GetLongDouble()
171 if (offset == old_offset) in GetAddress()
186 if (offset == old_offset) in GetUnsignedInt8()
201 if (offset == old_offset) in GetUnsignedInt16()
216 if (offset == old_offset) in GetUnsignedInt32()
231 if (offset == old_offset) in GetUnsignedInt64()
246 if (offset == old_offset) in GetSignedInt8()
261 if (offset == old_offset) in GetSignedInt16()
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp72 std::ptrdiff_t old_offset = old_elem - reinterpret_cast<char const*>(&old); in test() local
74 assert(new_offset == old_offset && "offset of stored element changed"); in test()
81 std::ptrdiff_t old_offset = old_alloc - reinterpret_cast<char const*>(&old); in test() local
83 assert(new_offset == old_offset && "offset of allocator changed"); in test()