Home
last modified time | relevance | path

Searched refs:expected_size (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Djava_find.cpp7 jptr expected_size) { in verify_find() argument
10 if (expected_size) { in verify_find()
15 } else if (expected_size != size) { in verify_find()
17 (void *)from, (void *)to, size, expected_size); in verify_find()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp81 void TestBitVector(uptr expected_size) { in TestBitVector() argument
84 EXPECT_EQ(expected_size, BV::kSize); in TestBitVector()
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp204 uint64_t expected_size) { in GetLiveTraceBinaryData() argument
218 if (data->size() != expected_size) in GetLiveTraceBinaryData()
223 request.kind, expected_size, data->size(), request.tid, in GetLiveTraceBinaryData()
H A DRegisterContextUnwind.cpp2076 if (auto expected_size = in GetReturnAddressHint() local
2079 hint += *expected_size; in GetReturnAddressHint()
2082 llvm::toString(expected_size.takeError()).c_str()); in GetReturnAddressHint()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h351 uint64_t expected_size);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp917 size_t expected_size = sizeof(CrashInfoAnnotations); in ExtractCrashInfoAnnotations() local
919 expected_size, error); in ExtractCrashInfoAnnotations()
921 if (expected_size != bytes_read || error.Fail()) { in ExtractCrashInfoAnnotations()